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

Generated for HippoDraw Class Library by doxygen