BinToBlueWhite.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToBlueWhite_H_
15 #define _BinToBlueWhite_H_
16 
17 #include "BinToColorMap.h"
18 
19 namespace hippodraw {
20 
31 {
32  private:
33 
34  static int reds[256];
35  static int greens [256];
36  static int blues [256];
37 
38  public:
39 
41  BinToBlueWhite ( const char * );
42 
44  BinToBlueWhite ( const BinToBlueWhite & );
45 
46  BinToColor * clone () const;
47 
48 };
49 
50 } // namespace hippodraw
51 
52 #endif // _BinToBlueWhite_H_

Generated for HippoDraw Class Library by doxygen