ProfileHist.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _ProfileHist_H_
15 #define _ProfileHist_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
36  : public hippodraw::DataRep
37 {
38  public:
39 
41  ProfileHist ( );
42 
45  virtual DataRep * clone ();
46 
47  virtual bool acceptFunction ( int num );
48 
52  virtual bool hasErrorDisplay () const;
53 
54  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
55 
56 };
57 
58 } // namespace hippodraw
59 
60 #endif // _ProfileHist

Generated for HippoDraw Class Library by doxygen