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_
#define MDL_HIPPOPLOT_API
Given a range, calculates a model for an axis with a linear scale.
AxisLoc
The base class for the binner hierarchy.
numeric::array clone(numeric::array arr)
The AxisModelBase class maintains the Range and scaling of an axis.
hippodraw::AxisModelBase class interface
Expresses a range of values.