OpenStructure
Public Member Functions
LinearRangeNormalizer Class Reference

#include <norm_linear.hh>

Inherits LinearNormalizer, and RangeHandler.

Public Member Functions

 LinearRangeNormalizer ()
 
 LinearRangeNormalizer (Real inputmin, Real inputmax, Real outputmin, Real outputmax)
 
 LinearRangeNormalizer (const LinearRangeNormalizer &n)
 
virtual ~LinearRangeNormalizer ()
 
virtual NormalizerImplClone () const
 
virtual Real BackConvert (Real v) const
 
virtual Complex BackConvert (Complex v) const
 
virtual Real Convert (Real v) const
 
virtual Complex Convert (Complex v) const
 
- Public Member Functions inherited from LinearNormalizer
 LinearNormalizer ()
 
 LinearNormalizer (Real scale, Real offset)
 
 LinearNormalizer (const LinearNormalizer &n)
 
virtual ~LinearNormalizer ()
 
- Public Member Functions inherited from ImageStateConstModIPAlgorithm< FNC >
 ImageStateConstModIPAlgorithm ()
 
template<class P0 >
 ImageStateConstModIPAlgorithm (const P0 &p0)
 
template<class P0 , class P1 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1)
 
template<class P0 , class P1 , class P2 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2)
 
template<class P0 , class P1 , class P2 , class P3 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 , class PA >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9, const PA &pa)
 
template<class P0 , class P1 , class P2 , class P3 , class P4 , class P5 , class P6 , class P7 , class P8 , class P9 , class PA , class PB >
 ImageStateConstModIPAlgorithm (const P0 &p0, const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, const P5 &p5, const P6 &p6, const P7 &p7, const P8 &p8, const P9 &p9, const PA &pa, const PB &pb)
 
virtual void Visit_ (RealSpatialImageState &is) const
 
virtual void Visit_ (ComplexSpatialImageState &is) const
 
virtual void Visit_ (RealFrequencyImageState &is) const
 
virtual void Visit_ (ComplexFrequencyImageState &is) const
 
virtual void Visit_ (ComplexHalfFrequencyImageState &is) const
 
virtual void Visit_ (WordSpatialImageState &is) const
 
virtual void Visit (ImageHandle &h) const
 
- Public Member Functions inherited from AlgorithmBase
const StringGetName () const
 
virtual ~AlgorithmBase ()
 
- Public Member Functions inherited from ImageStateConstModIPVisitorBase
 ImageStateConstModIPVisitorBase (const String &name="")
 
virtual ~ImageStateConstModIPVisitorBase ()
 
- Public Member Functions inherited from RangeHandler
 RangeHandler ()
 
 RangeHandler (Real min, Real max)
 
Real GetMinimum () const
 
Real GetMaximum () const
 

Additional Inherited Members

- Protected Member Functions inherited from ConstModIPAlgorithm
 ConstModIPAlgorithm (const String &name)
 
 ConstModIPAlgorithm (const ConstModIPAlgorithm &a)
 
ConstModIPAlgorithmoperator= (const ConstModIPAlgorithm &a)
 
- Protected Member Functions inherited from AlgorithmBase
 AlgorithmBase (const String &n)
 
 AlgorithmBase (const AlgorithmBase &a)
 
AlgorithmBaseoperator= (const AlgorithmBase &b)
 
- Protected Member Functions inherited from RangeHandler
Real Clip (Real val) const
 
Complex Clip (Complex val) const
 
Real ClipMinMax (Real val, Real minval, Real maxval) const
 
Complex ClipMinMax (Complex val, Real minval, Real maxval) const
 

Detailed Description

Definition at line 54 of file norm_linear.hh.

Constructor & Destructor Documentation

◆ LinearRangeNormalizer() [1/3]

◆ LinearRangeNormalizer() [2/3]

LinearRangeNormalizer ( Real  inputmin,
Real  inputmax,
Real  outputmin,
Real  outputmax 
)

◆ LinearRangeNormalizer() [3/3]

◆ ~LinearRangeNormalizer()

virtual ~LinearRangeNormalizer ( )
inlinevirtual

Definition at line 61 of file norm_linear.hh.

Member Function Documentation

◆ BackConvert() [1/2]

virtual Complex BackConvert ( Complex  v) const
virtual

Reimplemented from LinearNormalizer.

◆ BackConvert() [2/2]

virtual Real BackConvert ( Real  v) const
virtual

Reimplemented from LinearNormalizer.

◆ Clone()

virtual NormalizerImpl* Clone ( ) const
inlinevirtual

Reimplemented from LinearNormalizer.

Definition at line 64 of file norm_linear.hh.

◆ Convert() [1/2]

virtual Complex Convert ( Complex  v) const
virtual

Reimplemented from LinearNormalizer.

◆ Convert() [2/2]

virtual Real Convert ( Real  v) const
virtual

Reimplemented from LinearNormalizer.


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