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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
The base class for the value to the color transformation.
Definition: BinToColor.h:30
The class derived from the BinToColor class.
A Color class for creating the color object following the standard RGB color space.
Definition: Color.h:37
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
hippodraw::BinToColor class interface

Generated for HippoDraw Class Library by doxygen