13 #ifndef _AxisModelLinear_H_ 14 #define _AxisModelLinear_H_ 46 virtual bool needPMag ()
const;
49 virtual bool isLog()
const;
53 virtual const Range & adjustValues (
const Range & );
56 virtual const Range & adjustLogValues();
58 virtual Range calcLow (
int parm,
bool dragging =
false );
59 virtual Range calcHigh (
int parm,
bool dragging =
false );
65 #endif // _AxisModelLinear_H_ hippodraw::AxisModelBase class interface
AxisLoc
The base class for the binner hierarchy.
#define MDL_HIPPOPLOT_API
Expresses a range of values.
Given a range, calculates a model for an axis with a linear scale.
numeric::array clone(numeric::array arr)
The AxisModelBase class maintains the Range and scaling of an axis.