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
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
hippodraw::DataRep class interface.
A DataRep showing a profile.
Definition: ProfileHist.h:35
The base class for data representations.
Definition: DataRep.h:68
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
Type
Axes constants.
Definition: AxesType.h:31

Generated for HippoDraw Class Library by doxygen