Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BinToMovingBrkPt.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _BinToMovingBrkPt_H_
00015 #define _BinToMovingBrkPt_H_
00016 
00017 #include "BinToColor.h"
00018 
00032 class MDL_HIPPOPLOT_API BinToMovingBrkPt : public BinToColor
00033 {
00034  public:
00035 
00038   BinToMovingBrkPt ( const char * name );
00039 
00041   BinToMovingBrkPt ( const BinToMovingBrkPt & );
00042 
00043   virtual BinToColor * clone () const;
00044 
00045   virtual void doubleToColor ( double value, Color & color ) const;
00046 
00050   virtual bool hasControlPoints () const;
00051 
00052 };
00053 
00054 #endif // _BinToMovingBrkPt_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3