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_
#define MDL_HIPPOPLOT_API
A transform that transforms coordinates from one coordinate system to another.
std::vector< double > m_y_err
A cache of the Y errors.
bool m_x_flag
The X error flag.
numeric::array clone(numeric::array arr)
bool m_y_flag
The Y error flag.
Range m_y_range
The Y axis range for cap calculation.
hippodraw::RepBase class interface
The abstract base class for views.
Range m_x_range
The X axis range for cap calculation.
hippodraw::Range class interface
Expresses a range of values.
A rep to draw error bars, owned by point reps.
std::vector< double > m_x_err
A cache of the X errors.
The base class for the point representation hierarchy.
Base class for DataSource.