BinToMovingBrkPt.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToMovingBrkPt_H_
15 #define _BinToMovingBrkPt_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
35 {
36  public:
37 
40  BinToMovingBrkPt ( const char * name );
41 
44 
45  virtual BinToColor * clone () const;
46 
47  virtual void doubleToColor ( double value, Color & color ) const;
48 
52  virtual bool hasControlPoints () const;
53 
54 };
55 
56 } // namespace hippodraw
57 
58 #endif // _BinToMovingBrkPt_H_

Generated for HippoDraw Class Library by doxygen