ColorSymbolPointRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ColorSymbolPointRep_H_
15 #define _ColorSymbolPointRep_H_
16 
17 #include "SymbolPointRep.h"
18 
19 namespace hippodraw {
20 
21 class BinToColor;
22 
34 {
35  private:
36 
39  std::vector < Color > m_colors;
40 
43 
44  public:
45 
49 
52 
54  ColorSymbolPointRep( const ColorSymbolPointRep & point_rep );
55 
58 
61  virtual RepBase * clone();
62 
63  virtual const BinToColor * getValueTransform ( ) const;
64  virtual void setValueTransform ( BinToColor * );
65  virtual void drawProjectedValues ( const DataSource * ntuple,
66  TransformBase * transform,
67  ViewBase * view );
68 
71  virtual bool uses ( Color::Value ) const;
72 
73 };
74 
75 } // namespace hippodraw
76 
77 #endif // _ColorSymbolPointRep_H_

Generated for HippoDraw Class Library by doxygen