Public Methods |
virtual | ~IAxis () |
virtual double | lowerEdge () const=0 |
| Lower axis edge.
|
virtual double | upperEdge () const=0 |
| Upper axis edge.
|
virtual int | bins () const=0 |
| Number of in-range bins in the axis.
|
virtual double | binLowerEdge (int index) const=0 |
| Lower edge of the in-range bin identified by index.
|
virtual double | binUpperEdge (int index) const=0 |
| Upper edge of the in-range bin identified by index.
|
virtual double | binWidth (int index) const=0 |
| Width of the in-range bin identified by index.
|
virtual double | binCentre (int index) const=0 |
| Centre of the bin located by index.
|
virtual int | coordToIndex (double coord) const=0 |
| Equivalent to coordToIndex( coord ); for 1D histogram or coordToIndexX( coordX ); or coordToIndexY( coordY ); for 2D histogram.
|