QwtPowerTransform
A transformation using pow()
- Provided by: libqwt-doc (Version: 6.1.4-1.1build1)
- Source: qwt
- Report a bug
A transformation using pow()
#include <qwt_transform.h>
Inherits QwtTransform.
QwtPowerTransform (double exponent)
virtual ~QwtPowerTransform ()
Destructor. virtual double transform (double value) const
virtual double invTransform (double value) const
virtual QwtTransform * copy () const
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.
Constructor
Parameters:
Returns:
Implements QwtTransform.
Parameters:
Returns:
Implements QwtTransform.
Parameters:
Returns:
Implements QwtTransform.
Generated automatically by Doxygen for Qwt User's Guide from the source code.