BinToColorFactory.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _BinToColorFactory_H_
15 #define _BinToColorFactory_H_
16 
17 #include "pattern/Factory.h"
18 
19 namespace hippodraw {
20 
21 class BinToColor;
22 
28 class MDL_HIPPOPLOT_API BinToColorFactory : public Factory < BinToColor >
29 {
30 
31  private:
32 
35 
38 
41 
43  void initialize ();
44 
45 public:
46 
48  static BinToColorFactory * instance ();
49 
50 };
51 
52 } // namespace hippodraw
53 
54 #endif // _BinToColorFactory_H_

Generated for HippoDraw Class Library by doxygen