BinToFullColorScale.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToFullColorScale_H_
15 #define _BinToFullColorScale_H_
16 
17 #include "BinToColor.h"
18 
19 namespace hippodraw {
20 
39 {
40 
41 
42  public:
43 
46  BinToFullColorScale ( const char * name );
47 
50 
51  virtual BinToColor * clone () const;
52 
53  virtual void doubleToColor ( double value, Color & color ) const;
54 
55 };
56 
57 } // namespace hippodraw
58 
59 #endif // _BinToFullColorScale_H_

Generated for HippoDraw Class Library by doxygen