BinToBWLinear.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToBWLinear_H_
15 #define _BinToBWLinear_H_
16 
17 #include "BinToColorMap.h"
18 
19 namespace hippodraw {
20 
31 {
32  private:
33 
34  public:
35 
37  BinToBWLinear ( const char * );
38 
40  BinToBWLinear ( const BinToBWLinear & );
41 
42  BinToColor * clone () const;
43 
44 };
45 
46 } // namespace hippodraw
47 
48 #endif // _BinToBWLinear_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
The base class for the value to the color transformation.
Definition: BinToColor.h:30
hippodraw::BinToColorMap class interface
The base class for the value to the color transformation.
Definition: BinToColorMap.h:29
The class derived from the BinToColor class.
Definition: BinToBWLinear.h:30
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412

Generated for HippoDraw Class Library by doxygen