St1DHistogram.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _St1DHistogram_H_
15 #define _St1DHistogram_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
29  : public hippodraw::DataRep
30 {
31  public:
32 
35  St1DHistogram ( );
36 
39  virtual DataRep * clone ();
40 
41  virtual bool acceptFunction ( int num );
42 
47  virtual bool hasErrorDisplay () const;
48 
51  virtual bool hasNTupleBindings () const;
52 
58  void setBinContents ( const DataSource * source );
59 
60  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
61 
62 };
63 
64 } // namespace hippodraw
65 
66 #endif // _St1DHistogram
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
hippodraw::DataRep class interface.
A derived class of DataRep that creates a one dimensional static histogram display.
Definition: St1DHistogram.h:28
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
Base class for DataSource.
Definition: DataSource.h:55

Generated for HippoDraw Class Library by doxygen