PointRepBase.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _PointRepBase_H_
15 #define _PointRepBase_H_
16 
17 #include "reps/RepBase.h"
18 
19 namespace hippodraw {
20 
21 class Range;
22 class ViewBase;
23 class ErrorBarRep;
24 
38 {
39 
40 protected:
41 
45 
46  public:
47 
50  PointRepBase ( const char * name, float size );
51 
53  PointRepBase( const PointRepBase & point_rep );
54 
57  virtual RepBase * clone() = 0;
58 
65  virtual void setSelected ( bool yes );
66 
67 };
68 
69 } // namespace hippodraw
70 
71 #endif // _PointRepBase_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
return yes
Definition: CanvasView.cxx:883
ErrorBarRep * m_error_rep
The error bar representation.
Definition: PointRepBase.h:44
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
intp size(numeric::array arr)
Definition: num_util.cpp:296
hippodraw::RepBase class interface
A rep to draw error bars, owned by point reps.
Definition: ErrorBarRep.h:28
The base class for the point representation hierarchy.
Definition: RepBase.h:45
The base class for the point representation hierarchy.
Definition: PointRepBase.h:37

Generated for HippoDraw Class Library by doxygen