BinToGWLinear.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToGWLinear_H_
00015 #define _BinToGWLinear_H_
00016 
00017 #include "BinToColorMap.h"
00018 
00019 namespace hippodraw {
00020 
00026   class MDL_HIPPOPLOT_API BinToGWLinear : 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   BinToGWLinear ( const char * );
00038 
00040   BinToGWLinear ( const BinToGWLinear & );
00041 
00042   BinToColor * clone () const;
00043 
00044 };
00045 
00046 } // namespace hippodraw
00047 
00048 #endif // _BinToGWLinear_H_

Generated for HippoDraw Class Library by doxygen