14 #ifndef _AxisModelLog_H_
15 #define _AxisModelLog_H_
33 virtual void setTickStep();
55 virtual const Range & adjustValues (
const Range & );
58 virtual const Range & adjustLogValues();
61 double nextStep(
double cur );
64 double prevStep(
double cur );
66 virtual Range calcLow (
int parm,
bool dragging =
false );
67 virtual Range calcHigh (
int parm,
bool dragging =
false );
73 #endif // _AxisModelLog_H_
#define MDL_HIPPOPLOT_API
Given a range, calculates a model for an axis with a log 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.