QwtLogTransform
Logarithmic transformation.
- Provided by: libqwt-doc (Version: 6.1.2-5)
- Source: qwt
- Report a bug
Logarithmic transformation.
#include <qwt_transform.h>
Inherits QwtTransform.
QwtLogTransform ()
Constructor. virtual ~QwtLogTransform ()
Destructor. virtual double transform (double value) const
virtual double invTransform (double value) const
virtual double bounded (double value) const
virtual QwtTransform * copy () const
QT_STATIC_CONST double LogMin = 1.0e-150
Smallest allowed value for logarithmic scales: 1.0e-150.
QT_STATIC_CONST double LogMax = 1.0e150
Largest allowed value for logarithmic scales: 1.0e150.
Logarithmic transformation.
QwtLogTransform modifies the values using log() and exp().
Note:
Parameters:
Returns:
Reimplemented from QwtTransform.
Returns:
Implements QwtTransform.
Parameters:
Returns:
Implements QwtTransform.
Parameters:
Returns:
Implements QwtTransform.
Generated automatically by Doxygen for Qwt User's Guide from the source code.