BinToKamaeScale.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToKamaeScale_H_
00015 #define _BinToKamaeScale_H_
00016 
00017 #include "BinToColor.h"
00018 
00019 namespace hippodraw {
00020 
00029 class MDL_HIPPOPLOT_API BinToKamaeScale : public BinToColor
00030 {
00031  public:
00032 
00035   BinToKamaeScale ( const char * name );
00036 
00038   BinToKamaeScale ( const BinToKamaeScale & );
00039 
00040   virtual BinToColor * clone () const;
00041 
00042   virtual void doubleToColor ( double value, Color & color ) const;
00043 
00044 };
00045 
00046 } // namespace hippodraw
00047 
00048 #endif // _BinToKamaeScale_H_

Generated for HippoDraw Class Library by doxygen