00001 /* -*- mode: c++ -*- */ 00002 00014 #ifndef _ProfileHist_H_ 00015 #define _ProfileHist_H_ 00016 00017 #include "datareps/DataRep.h" 00018 00019 namespace hippodraw { 00020 00035 class MDL_HIPPOPLOT_API ProfileHist 00036 : public hippodraw::DataRep 00037 { 00038 public: 00039 00041 ProfileHist ( ); 00042 00045 virtual DataRep * clone (); 00046 00047 virtual bool acceptFunction ( int num ); 00048 00052 virtual bool hasErrorDisplay () const; 00053 00054 virtual bool hasAxis ( hippodraw::Axes::Type ) const; 00055 00056 }; 00057 00058 } // namespace hippodraw 00059 00060 #endif // _ProfileHist