St2DHistogram.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _St2DHistogram_H_
15 #define _St2DHistogram_H_
16 
17 #include "datareps/DataRep.h"
18 
19 namespace hippodraw {
20 
31  : public hippodraw::DataRep
32 {
33  public:
34 
37  St2DHistogram ( );
38 
41  virtual DataRep * clone ();
42 
43  virtual bool acceptFunction ( int num );
44 
47  virtual bool hasNTupleBindings () const;
48 
49  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
50 
51 
57  void setBinContents ( const DataSource * source );
58 
59 };
60 
61 } // namespace hippodraw
62 
63 #endif // _St2DHistogram
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A derived class of DataRep that creates a two dimensional static histogram display.
Definition: St2DHistogram.h:30
hippodraw::DataRep class interface.
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