BinToBlack.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToBlack_H_
15 #define _BinToBlack_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
31 {
32 
33  public:
34 
37  BinToBlack ( const char * name );
38 
40  BinToBlack ( const BinToBlack & );
41 
42  virtual BinToColor * clone () const;
43 
44  virtual void doubleToColor ( double value, Color & color ) const;
45 
46  virtual bool acceptChangeColor () const;
47 
48 };
49 
50 } // namespace hippodraw
51 
52 #endif // _BinToBlack_H_

Generated for HippoDraw Class Library by doxygen