QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
QwtPowerTransform Class Reference

A transformation using pow() More...

#include <qwt_transform.h>

Inheritance diagram for QwtPowerTransform:
QwtTransform

Public Member Functions

 QwtPowerTransform (double exponent)
 Constructor with exponent parameter.
 
virtual ~QwtPowerTransform ()
 Destructor.
 
virtual double transform (double value) const override
 Transformation function - pow() preserving sign.
 
virtual double invTransform (double value) const override
 Inverse transformation function - inverse pow() preserving sign.
 
virtual QwtTransformcopy () const override
 Clone of the transformation.
 
- Public Member Functions inherited from QwtTransform
 QwtTransform ()
 Constructor.
 
virtual ~QwtTransform ()
 Destructor.
 
virtual double bounded (double value) const
 Modify value to be a valid value for the transformation.
 

Detailed Description

A transformation using pow()

Constructor & Destructor Documentation

◆ QwtPowerTransform()

QwtPowerTransform::QwtPowerTransform ( double  exponent)
explicit

Constructor with exponent parameter.

Constructor.

◆ ~QwtPowerTransform()

QwtPowerTransform::~QwtPowerTransform ( )
virtual

Destructor.

Destructor

.

Member Function Documentation

◆ copy()

QwtTransform * QwtPowerTransform::copy ( ) const
overridevirtual

Clone of the transformation.

Implements QwtTransform.

◆ invTransform()

double QwtPowerTransform::invTransform ( double  value) const
overridevirtual

Inverse transformation function - inverse pow() preserving sign.

Inverse transform function.

Implements QwtTransform.

◆ transform()

double QwtPowerTransform::transform ( double  value) const
overridevirtual

Transformation function - pow() preserving sign.

Transform function.

Implements QwtTransform.


The documentation for this class was generated from the following files: