ColorBoxPointRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ColorBoxPointRep_H_
15 #define _ColorBoxPointRep_H_
16 
17 #include "PointRepBase.h"
18 
19 class BinaryTransform;
20 class PeriodicBinaryTransform;
21 
22 namespace hippodraw {
23 
24 class BinToColor;
25 
38 {
39 private:
40 
44 
45 
47  static void rotate ( double & lat, double & lon,
48  double alpha, double beta, double gamma, bool negative=true);
49 
50 
53 
55  bool m_box_edge;
56 
57 public:
58 
61 
63  ColorBoxPointRep( const ColorBoxPointRep & point_rep );
64 
67 
70  virtual RepBase * clone();
71 
72  virtual const BinToColor * getValueTransform ( ) const;
73  virtual void setValueTransform ( BinToColor * );
74 
75  virtual void drawProjectedValues ( const DataSource * ntuple,
76  TransformBase * transform,
77  ViewBase * view );
78 
81  virtual bool uses ( Color::Value ) const;
82 
83  virtual void setBoxEdge( bool show );
84 
85 };
86 
87 } // namespace hippodraw
88 
89 #endif // _ColorBoxPointRep_H_

Generated for HippoDraw Class Library by doxygen