Null transformation.
More...
#include <qwt_transform.h>
|
|
| QwtNullTransform () |
| | Constructor.
|
| |
|
virtual | ~QwtNullTransform () |
| | Destructor.
|
| |
| virtual double | transform (double value) const QWT_OVERRIDE |
| |
| virtual double | invTransform (double value) const QWT_OVERRIDE |
| |
| virtual QwtTransform * | copy () const QWT_OVERRIDE |
| |
|
| QwtTransform () |
| | Constructor.
|
| |
|
virtual | ~QwtTransform () |
| | Destructor.
|
| |
| virtual double | bounded (double value) const |
| | Modify value to be a valid value for the transformation.
|
| |
Null transformation.
QwtNullTransform returns the values unmodified.
◆ copy()
◆ invTransform()
| double QwtNullTransform::invTransform |
( |
double |
value | ) |
const |
|
virtual |
- Parameters
-
| value | Value to be transformed |
- Returns
- value unmodified
Implements QwtTransform.
◆ transform()
| double QwtNullTransform::transform |
( |
double |
value | ) |
const |
|
virtual |
- Parameters
-
| value | Value to be transformed |
- Returns
- value unmodified
Implements QwtTransform.
The documentation for this class was generated from the following files:
- /home/runner/work/QWT/QWT/src/qwt_transform.h
- /home/runner/work/QWT/QWT/src/qwt_transform.cpp