Null transformation. More...
#include <qwt_transform.h>
Public Member Functions | |
virtual QwtTransform * | copy () const |
virtual double | invTransform (double value) const |
QwtNullTransform () | |
Constructor. More... | |
virtual double | transform (double value) const |
virtual | ~QwtNullTransform () |
Destructor. More... | |
Public Member Functions inherited from QwtTransform | |
virtual double | bounded (double value) const |
QwtTransform () | |
Constructor. More... | |
virtual | ~QwtTransform () |
Destructor. More... | |
Null transformation.
QwtNullTransform returns the values unmodified.
Definition at line 80 of file qwt_transform.h.
QwtNullTransform::QwtNullTransform | ( | ) |
Constructor.
Definition at line 43 of file qwt_transform.cpp.
|
virtual |
Destructor.
Definition at line 49 of file qwt_transform.cpp.
|
virtual |
Implements QwtTransform.
Definition at line 72 of file qwt_transform.cpp.
|
virtual |
value | Value to be transformed |
Implements QwtTransform.
Definition at line 66 of file qwt_transform.cpp.
|
virtual |
value | Value to be transformed |
Implements QwtTransform.
Definition at line 57 of file qwt_transform.cpp.