DyHistogramEqualEntries.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _DyHistogramEqualEntries_H_
00015 #define _DyHistogramEqualEntries_H_
00016 
00017 #include "DataRep.h"
00018 
00019 namespace hippodraw {
00020 
00038 class MDL_HIPPOPLOT_API DyHistogramEqualEntries
00039   : public hippodraw::DataRep
00040 {
00041 private:
00042 
00046   const DataRep * m_target;
00047 
00048 public:
00049 
00052   DyHistogramEqualEntries ( );
00053 
00056   virtual DataRep  * clone ();
00057 
00058   virtual bool acceptFunction ( int num );
00059 
00064   virtual bool hasErrorDisplay () const;
00065 
00071   virtual void setPointRep ( RepBase * rep );
00072 
00073   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00074 
00075 };
00076 
00077 } // namespace hippodraw
00078 
00079 #endif // _DyHistogramEqualEntries

Generated for HippoDraw Class Library by doxygen