LineDataRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _LineDataRep_H_
15 #define _LineDataRep_H_
16 
17 #include "DataRep.h"
18 
19 namespace hippodraw {
20 
28  : public hippodraw::DataRep
29 {
30 
31 public:
32 
35  LineDataRep ( hippodraw::Axes::Type, double value );
36 
39  LineDataRep ();
40 
43  virtual DataRep * clone ();
44 
46  virtual bool hasNTupleBindings () const;
47 
50  void setValue ( double value );
51 
52  virtual bool hasAxis ( hippodraw::Axes::Type ) const;
53 
54 };
55 
56 } // namespace hippodraw
57 
58 #endif // _LineDataRep_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
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
A derived class of DataRep which displays a value as a line along the X or Y axis.
Definition: LineDataRep.h:27
Type
Axes constants.
Definition: AxesType.h:31

Generated for HippoDraw Class Library by doxygen