14 #ifndef _ErrorBarRep_H_ 15 #define _ErrorBarRep_H_ 56 void drawXError (
double x,
double y,
double error,
61 void drawYError (
double x,
double y,
double error,
83 void setXError (
bool );
86 void setYError (
bool );
88 virtual void drawProjectedValues (
const DataSource * ntuple,
96 void getRanges (
const ViewBase * view );
102 #endif // _ErrorBarRep_H_ hippodraw::RepBase class interface
bool m_y_flag
The Y error flag.
bool m_x_flag
The X error flag.
std::vector< double > m_x_err
A cache of the X errors.
Range m_x_range
The X axis range for cap calculation.
Base class for DataSource.
std::vector< double > m_y_err
A cache of the Y errors.
The base class for the point representation hierarchy.
Range m_y_range
The Y axis range for cap calculation.
#define MDL_HIPPOPLOT_API
Expresses a range of values.
A transform that transforms coordinates from one coordinate system to another.
The abstract base class for views.
A rep to draw error bars, owned by point reps.
numeric::array clone(numeric::array arr)
hippodraw::Range class interface