A transformation using pow() More...
#include <qwt_transform.h>

Public Member Functions | |
| virtual QwtTransform * | copy () const QWT_OVERRIDE |
| virtual double | invTransform (double value) const QWT_OVERRIDE |
| QwtPowerTransform (double exponent) | |
| virtual double | transform (double value) const QWT_OVERRIDE |
| virtual | ~QwtPowerTransform () |
| Destructor. More... | |
Public Member Functions inherited from QwtTransform | |
| virtual double | bounded (double value) const |
| QwtTransform () | |
| Constructor. More... | |
| virtual | ~QwtTransform () |
| Destructor. More... | |
Private Attributes | |
| const double | m_exponent |
A transformation using pow()
QwtPowerTransform preserves the sign of a value. F.e. a transformation with a factor of 2 transforms a value of -3 to -9 and v.v. Thus QwtPowerTransform can be used for scales including negative values.
Definition at line 125 of file qwt_transform.h.
|
explicit |
|
virtual |
Destructor.
Definition at line 128 of file qwt_transform.cpp.
|
virtual |
Implements QwtTransform.
Definition at line 158 of file qwt_transform.cpp.
|
virtual |
| value | Value to be transformed |
Implements QwtTransform.
Definition at line 149 of file qwt_transform.cpp.
|
virtual |
| value | Value to be transformed |
Implements QwtTransform.
Definition at line 136 of file qwt_transform.cpp.
|
private |
Definition at line 137 of file qwt_transform.h.