DyHistogramEqualEntries.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _DyHistogramEqualEntries_H_
15 #define _DyHistogramEqualEntries_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 
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 // _DyHistogramEqualEntries
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A derived class of DataRep that creates a one dimensional dynamic histogram display.
hippodraw::DataRep class interface.
return rep
Definition: Inspector.cxx:3843
The base class for data representations.
Definition: DataRep.h:68
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
const DataRep * m_target
The target DataRep to which this DataRep will normalize itself.
Type
Axes constants.
Definition: AxesType.h:31
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen