BinToGamma.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToGamma_H_
15 #define _BinToGamma_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
30 {
31  public:
32 
34  BinToGamma ( const char * name);
35 
38  BinToGamma ( const std::string & model_name );
39 
41  BinToGamma ( const BinToGamma & );
42 
43  BinToColor * clone () const;
44 
45  virtual void doubleToColor( double value, Color & color ) const;
46 
50  virtual bool hasControlPoints () const;
51 
54  virtual bool isUserDefined () const;
55 
56  virtual bool acceptChangeColor () const;
57 
58 };
59 
60 } // namespace hippodraw
61 
62 #endif // _BinToGamma_H_

Generated for HippoDraw Class Library by doxygen