BinToFullColorScale.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToFullColorScale_H_
15 #define _BinToFullColorScale_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
39 {
40 
41 
42  public:
43 
46  BinToFullColorScale ( const char * name );
47 
50 
51  virtual BinToColor * clone () const;
52 
53  virtual void doubleToColor ( double value, Color & color ) const;
54 
55 };
56 
57 } // namespace hippodraw
58 
59 #endif // _BinToFullColorScale_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
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
hippodraw::BinToColor class interface
The class derived from the BinToColor class.

Generated for HippoDraw Class Library by doxygen