BinToMacStyle.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToMacStyle_H_
00015 #define _BinToMacStyle_H_
00016 
00017 #include "BinToColorMap.h"
00018 
00019 namespace hippodraw {
00020 
00027   class MDL_HIPPOPLOT_API BinToMacStyle : public BinToColorMap
00028 {
00029  private:
00030 
00031   static int reds[256];
00032   static int greens [256];
00033   static int blues [256];
00034 
00035  public:
00036 
00038   BinToMacStyle ( const char * );
00039 
00041   BinToMacStyle ( const BinToMacStyle & );
00042 
00043   BinToColor * clone () const;
00044 
00045 };
00046 
00047 } // namespace hippodraw
00048 
00049 #endif // _BinToMacStyle_H_

Generated for HippoDraw Class Library by doxygen