logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

QwtNullTransform - Null transformation.

Author

       Generated automatically by Doxygen for Qwt User's Guide from the source code.

Version 6.1.4                                    Wed Jan 2 2019                              QwtNullTransform(3)

Detailed Description

       Null transformation.

       QwtNullTransform returns the values unmodified.

Member Function Documentation

QwtTransform*QwtNullTransform::copy()const[virtual]Returns:
           Clone of the transformation

       Implements QwtTransform.

   doubleQwtNullTransform::invTransform(doublevalue)const[virtual]Parameters:value Value to be transformed

       Returns:
           value unmodified

       Implements QwtTransform.

   doubleQwtNullTransform::transform(doublevalue)const[virtual]Parameters:value Value to be transformed

       Returns:
           value unmodified

       Implements QwtTransform.

Name

       QwtNullTransform - Null transformation.

Synopsis

       #include <qwt_transform.h>

       Inherits QwtTransform.

   PublicMemberFunctionsQwtNullTransform ()
           Constructor.
       virtual ~QwtNullTransform ()
           Destructor.
       virtual double transform (double value) const
       virtual double invTransform (double value) const
       virtual QwtTransform * copy () const

See Also