14 #ifndef _ColumnPointRep_H_ 15 #define _ColumnPointRep_H_ 39 std::vector< double >
m_x;
44 std::vector< double >
m_y;
48 virtual void drawValues (
ViewBase * view )
const;
80 virtual void setColor (
const Color & color );
84 virtual void setSize (
float value );
88 virtual void setStyle (
unsigned int style );
92 virtual unsigned int getStyle ( )
const;
99 virtual bool yError ( )
const;
101 virtual void drawProjectedValues (
const DataSource * ntuple,
114 #endif // _ColumnPointRep_H_ bool m_clear_flag
A flag that the cache has been cleared.
The base class for the point representation hierarchy.
Base class for DataSource.
The base class for the point representation hierarchy.
hippodraw::Line::Style m_line_style
The style currently used.
A Color class for creating the color object following the standard RGB color space.
std::vector< double > m_x
A cache of the points to be drawn along the X axis.
#define MDL_HIPPOPLOT_API
A transform that transforms coordinates from one coordinate system to another.
The abstract base class for views.
bool m_y_flag
The Y error flag.
hippodraw::PointRepBase class interface
numeric::array clone(numeric::array arr)
A PointRep class that draws a column to represent the value.
std::vector< double > m_y
A cache of the points to be drawn along the Y axis.
Style
Line style constants.