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
QwtTransform Class Referenceabstract

A transformation between coordinate systems. More...

#include <qwt_transform.h>

Inheritance diagram for QwtTransform:
QwtLogTransform QwtNullTransform QwtPowerTransform

Public Member Functions

 QwtTransform ()
 Constructor.
 
virtual ~QwtTransform ()
 Destructor.
 
virtual double bounded (double value) const
 Modify value to be a valid value for the transformation.
 
virtual double transform (double value) const =0
 Transformation function.
 
virtual double invTransform (double value) const =0
 Inverse transformation function.
 
virtual QwtTransformcopy () const =0
 Virtualized copy operation.
 

Detailed Description

A transformation between coordinate systems.

Constructor & Destructor Documentation

◆ QwtTransform()

QwtTransform::QwtTransform ( )

Constructor.

Default constructor .

◆ ~QwtTransform()

QwtTransform::~QwtTransform ( )
virtual

Destructor.

Destructor .

Member Function Documentation

◆ bounded()

double QwtTransform::bounded ( double  value) const
virtual

Modify value to be a valid value for the transformation.

Bounded function - returns value unmodified.

Reimplemented in QwtLogTransform.

◆ copy()

virtual QwtTransform * QwtTransform::copy ( ) const
pure virtual

Virtualized copy operation.

Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.

◆ invTransform()

virtual double QwtTransform::invTransform ( double  value) const
pure virtual

Inverse transformation function.

Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.

◆ transform()

virtual double QwtTransform::transform ( double  value) const
pure virtual

Transformation function.

Implemented in QwtNullTransform, QwtLogTransform, and QwtPowerTransform.


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