St1DHistogram.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _St1DHistogram_H_
00015 #define _St1DHistogram_H_
00016 
00017 #include "datareps/DataRep.h"
00018 
00019 namespace hippodraw {
00020 
00028 class MDL_HIPPOPLOT_API St1DHistogram
00029   : public hippodraw::DataRep
00030 {
00031  public:
00032 
00035   St1DHistogram ( );
00036 
00039   virtual DataRep  * clone ();
00040 
00041   virtual bool acceptFunction ( int num );
00042 
00047   virtual bool hasErrorDisplay () const;
00048 
00051   virtual bool hasNTupleBindings () const;
00052 
00058   void setBinContents ( const DataSource * source );
00059 
00060   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00061 
00062 };
00063 
00064 } // namespace hippodraw
00065 
00066 #endif // _St1DHistogram

Generated for HippoDraw Class Library by doxygen