#include <plot_ticker.hh>
Inherits PlotTickerBase.
Public Member Functions | |
| PlotTickerLinear () | |
| PlotTickerLinear (Real min, Real max=1.0, int start=0, int end=100, unsigned int separation=20) | |
| virtual | ~PlotTickerLinear () |
| virtual TickList | GetTicks () |
Definition at line 63 of file plot_ticker.hh.
| PlotTickerLinear | ( | ) |
| PlotTickerLinear | ( | Real | min, | |
| Real | max = 1.0, |
|||
| int | start = 0, |
|||
| int | end = 100, |
|||
| unsigned int | separation = 20 | |||
| ) |
| virtual ~PlotTickerLinear | ( | ) | [virtual] |
| virtual TickList GetTicks | ( | ) | [virtual] |
Implements PlotTickerBase.
1.5.8