BinToUsrDefinedScale.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToUsrDefinedScale_H_
15 #define _BinToUsrDefinedScale_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
40 {
41 
42 public:
43 
46  BinToUsrDefinedScale ( const char * name );
47 
48 
51  BinToUsrDefinedScale ( const std::string & model_name );
52 
55 
56  virtual BinToColor * clone () const;
57 
58  virtual void doubleToColor ( double value, Color & color ) const;
59 
63  virtual bool hasControlPoints () const;
64 
67  virtual bool isUserDefined () const;
68 
69 };
70 
71 } // namespace hippodraw
72 
73 #endif // _BinToUsrDefinedScale_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
The base class for the value to the color transformation.
Definition: BinToColor.h:30
A Color class for creating the color object following the standard RGB color space.
Definition: Color.h:37
The class derived from the BinToColor class.
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
hippodraw::BinToColor class interface

Generated for HippoDraw Class Library by doxygen