BinToLineStyle.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToLineStyle_H_
15 #define _BinToLineStyle_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
32 {
33 
34  public:
35 
38  BinToLineStyle ( const char * name );
39 
41  BinToLineStyle ( const BinToLineStyle & );
42 
43  virtual BinToColor * clone () const;
44 
45  virtual void doubleToColor ( double value, Color & color ) const;
46 
47  virtual bool acceptChangeColor () const;
48 
49 };
50 
51 } // namespace hippodraw
52 
53 #endif // _BinToLineStyle_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