BinToColorScaleMovingBrkPt.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToColorScaleMovingBrkPt_H_
15 #define _BinToColorScaleMovingBrkPt_H_
16 
17 #include "BinToColor.h"
18 
19 using std::vector;
20 
21 namespace hippodraw {
22 
39 {
40 
41 public:
42 
45  BinToColorScaleMovingBrkPt ( const char * name );
46 
47 
50  BinToColorScaleMovingBrkPt (const std::vector < double > & sv,
51  const char * 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 
65 };
66 
67 } // namespace hippodraw
68 
69 #endif // _BinToColorScaleMovingBrkPt_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