St2DHistogram.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _St2DHistogram_H_
00015 #define _St2DHistogram_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00019 namespace hippodraw {
00020 
00030 class MDL_HIPPOPLOT_API St2DHistogram
00031   : public hippodraw::DataRep
00032 {
00033  public:
00034 
00037   St2DHistogram ( );
00038 
00041   virtual DataRep  * clone ();
00042 
00043   virtual bool acceptFunction ( int num );
00044 
00047   virtual bool hasNTupleBindings () const;
00048 
00049   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00050 
00051 
00057   void setBinContents ( const DataSource * source );
00058 
00059 };
00060 
00061 } // namespace hippodraw
00062 
00063 #endif // _St2DHistogram

Generated for HippoDraw Class Library by doxygen