#include <qwt3d_autoscaler.h>
Inheritance diagram for LinearAutoScaler:
Protected Member Functions | |
LinearAutoScaler () | |
LinearAutoScaler (std::vector< double > &mantisses) | |
AutoScaler * | clone () const |
int | execute (double &a, double &b, double start, double stop, int ivals) |
|
Initializes with an {1,2,5} sequence of mantissas.
|
|
Initialize with interval [0,1] and one requested interval. val mantisse A increasing ordered vector of values representing mantisse values between 1 and 9. |
|
Returns a new heap based object utilized from qwt3d_ptr.
Implements AutoScaler. |
|
Does the actual scaling.
Implements AutoScaler. |