FilledColumnPointRep.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _FilledColumnPointRep_H_
15 #define _FilledColumnPointRep_H_
16 
17 #include "ColumnPointRep.h"
18 
19 namespace hippodraw {
20 
33 {
34 
38 
41  virtual void drawValues ( ViewBase * view ) const;
42 
43 public:
44 
47 
49  FilledColumnPointRep( const FilledColumnPointRep & point_rep );
50 
53 
56  virtual RepBase * clone();
57 
60  virtual void setColor ( const Color & color );
61 
62 };
63 
64 } // namespace hippodraw
65 
66 #endif // _FilledColumnPointRep_H_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A PointRep class that draws a filled column to represent the value.
A Color class for creating the color object following the standard RGB color space.
Definition: Color.h:37
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
The abstract base class for views.
Definition: ViewBase.h:62
hippodraw::ColumnPointRep class interface
A PointRep class that draws a column to represent the value.
Color m_fill_color
The color to use for the fill.
The base class for the point representation hierarchy.
Definition: RepBase.h:45

Generated for HippoDraw Class Library by doxygen