DyHistogram.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _DyHistogram_H_
15 #define _DyHistogram_H_
16 
17 #include "DataRep.h"
18 
19 namespace hippodraw {
20 
39  : public hippodraw::DataRep
40 {
41 private:
42 
46  const DataRep * m_target;
47 
48 public:
49 
52  DyHistogram ( );
53 
56  virtual DataRep * clone ();
57 
58  virtual bool acceptFunction ( int num );
59 
64  virtual bool hasErrorDisplay () const;
65 
71  virtual void setPointRep ( RepBase * rep );
72 
73  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
74 
75 };
76 
77 } // namespace hippodraw
78 
79 #endif // _DyHistogram

Generated for HippoDraw Class Library by doxygen