Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BinToGreyScale.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToGreyScale_H_
00015 #define _BinToGreyScale_H_
00016 
00017 #include "BinToColor.h"
00018 
00027 class MDL_HIPPOPLOT_API BinToGreyScale : public BinToColor
00028 {
00029  public:
00030 
00032   BinToGreyScale ( const char * );
00033 
00035   BinToGreyScale ( const BinToGreyScale & );
00036 
00037   BinToColor * clone () const;
00038 
00039   virtual void doubleToColor( double value, Color & color ) const;
00040 
00041 };
00042 
00043 #endif // _BinToGreyScale_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3