BinTo3ColorScale.h

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

Generated for HippoDraw Class Library by doxygen