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_

Generated for HippoDraw Class Library by doxygen