BinToGamma.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToGamma_H_
15 #define _BinToGamma_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
30 {
31  public:
32 
34  BinToGamma ( const char * name);
35 
38  BinToGamma ( const std::string & model_name );
39 
41  BinToGamma ( const BinToGamma & );
42 
43  BinToColor * clone () const;
44 
45  virtual void doubleToColor( double value, Color & color ) const;
46 
50  virtual bool hasControlPoints () const;
51 
54  virtual bool isUserDefined () const;
55 
56  virtual bool acceptChangeColor () const;
57 
58 };
59 
60 } // namespace hippodraw
61 
62 #endif // _BinToGamma_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.
Definition: BinToGamma.h:29
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