BinToHueSatLight1.h

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

Generated for HippoDraw Class Library by doxygen