Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LineDataRep.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef _LineDataRep_H_
00015 #define _LineDataRep_H_
00016 
00017 #include "DataRep.h"
00018 
00019 #include "axes/AxesType.h"
00020 
00028 class MDL_HIPPOPLOT_API LineDataRep : public DataRep
00029 {
00030 
00031 public:
00032 
00035   LineDataRep ( hippodraw::Axes::Type, double value );
00036 
00039   LineDataRep ();
00040 
00043   virtual DataRep * clone ();
00044 
00046   virtual bool hasNTupleBindings () const;
00047 
00050   void setValue ( double value );
00051 
00052   virtual bool hasAxis ( hippodraw::Axes::Type ) const;
00053 
00054 };
00055 
00056 #endif // _LineDataRep_H_

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3