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_
#define MDL_HIPPOPLOT_API
hippodraw::Line::Style m_line_style
The style currently used.
A transform that transforms coordinates from one coordinate system to another.
bool m_y_flag
The Y error flag.
bool m_clear_flag
A flag that the cache has been cleared.
A Color class for creating the color object following the standard RGB color space.
numeric::array clone(numeric::array arr)
Style
Line style constants.
std::vector< double > m_y
A cache of the points to be drawn along the Y axis.
The abstract base class for views.
hippodraw::PointRepBase class interface
A PointRep class that draws a column to represent the value.
The base class for the point representation hierarchy.
std::vector< double > m_x
A cache of the points to be drawn along the X axis.
The base class for the point representation hierarchy.
Base class for DataSource.