Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ProfileHist.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _ProfileHist_H_
00015 #define _ProfileHist_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00032 class MDL_HIPPOPLOT_API ProfileHist : public DataRep
00033 {
00034  public:
00035 
00037   ProfileHist ( );
00038 
00041   virtual DataRep * clone ();
00042 
00043   virtual bool acceptFunction ( int num );
00044 
00048   virtual bool hasErrorDisplay () const;
00049 
00050   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00051 
00052 };
00053 
00054 #endif // _ProfileHist

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3