Changeset 1904 for trunk/MagicSoft/Mars
- Timestamp:
- 04/03/03 18:41:43 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MContinue.cc
r1715 r1904 16 16 ! 17 17 ! 18 ! Author(s): Thomas Bretz <mailto:tbretz@astro.uni-wuerzburg.de>, 10/200218 ! Author(s): Thomas Bretz 10/2002 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 220 ! Copyright: MAGIC Software Development, 2000-2003 21 21 ! 22 22 ! … … 123 123 return GetFilter()->CallPreProcess(list); 124 124 } 125 -
trunk/MagicSoft/Mars/mgui/MCamDisplay.cc
r1740 r1904 521 521 } 522 522 523 void MCamDisplay::SetPrettyPalette() 524 { 525 SetPalette(1, 0); 526 } 527 528 void MCamDisplay::SetDeepBlueSeaPalette() 529 { 530 SetPalette(51, 0); 531 } 532 533 void MCamDisplay::SetInvDeepBlueSeaPalette() 534 { 535 SetPalette(52, 0); 536 } 537 523 538 void MCamDisplay::DrawPixelNumbers() 524 539 { -
trunk/MagicSoft/Mars/mgui/MCamDisplay.h
r1740 r1904 90 90 void SetInvDeepBlueSeaPalette(); // *MENU* 91 91 92 93 94 92 void SetPix(const Int_t pixnum, const Int_t color, Float_t min, Float_t max); // New function added by M.Lopez in 31-01-03 95 96 93 97 94 ClassDef(MCamDisplay, 0) // Displays the magic camera
Note:
See TracChangeset
for help on using the changeset viewer.