BinToBlack.h

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

Generated for HippoDraw Class Library by doxygen