|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
A transformation between coordinate systems. More...
#include <qwt_transform.h>
Public Member Functions | |
| QwtTransform () | |
| Constructor. | |
| virtual | ~QwtTransform () |
| Destructor. | |
| virtual double | bounded (double value) const |
| Modify value to be a valid value for the transformation. | |
| virtual double | transform (double value) const =0 |
| Transformation function. | |
| virtual double | invTransform (double value) const =0 |
| Inverse transformation function. | |
| virtual QwtTransform * | copy () const =0 |
| Virtualized copy operation. | |
A transformation between coordinate systems.
| QwtTransform::QwtTransform | ( | ) |
Constructor.
Default constructor .
|
virtual |
Destructor.
Destructor .
|
virtual |
Modify value to be a valid value for the transformation.
Bounded function - returns value unmodified.
Reimplemented in QwtLogTransform.
|
pure virtual |
Virtualized copy operation.
Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.
|
pure virtual |
Inverse transformation function.
Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.
|
pure virtual |
Transformation function.
Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.