ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Functor::IntensityLinearTransform< TInput, TOutput > Class Template Reference

#include <itkRescaleIntensityImageFilter.h>

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::IntensityLinearTransform< TInput, TOutput >

Definition at line 31 of file itkRescaleIntensityImageFilter.h.

+ Collaboration diagram for itk::Functor::IntensityLinearTransform< TInput, TOutput >:

Public Types

using RealType = typename NumericTraits< TInput >::RealType
 

Public Member Functions

 IntensityLinearTransform ()
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (IntensityLinearTransform)
 
TOutput operator() (const TInput &x) const
 
bool operator== (const IntensityLinearTransform &other) const
 
void SetFactor (RealType a)
 
void SetMaximum (TOutput max)
 
void SetMinimum (TOutput min)
 
void SetOffset (RealType b)
 
 ~IntensityLinearTransform ()=default
 

Private Attributes

RealType m_Factor
 
TOutput m_Maximum
 
TOutput m_Minimum
 
RealType m_Offset
 

Member Typedef Documentation

◆ RealType

template<typename TInput, typename TOutput>
using itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType = typename NumericTraits<TInput>::RealType

Definition at line 34 of file itkRescaleIntensityImageFilter.h.

Constructor & Destructor Documentation

◆ IntensityLinearTransform()

template<typename TInput, typename TOutput>
itk::Functor::IntensityLinearTransform< TInput, TOutput >::IntensityLinearTransform ( )
inline

Definition at line 35 of file itkRescaleIntensityImageFilter.h.

◆ ~IntensityLinearTransform()

template<typename TInput, typename TOutput>
itk::Functor::IntensityLinearTransform< TInput, TOutput >::~IntensityLinearTransform ( )
default

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput, typename TOutput>
itk::Functor::IntensityLinearTransform< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( IntensityLinearTransform< TInput, TOutput >  )

◆ operator()()

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator() ( const TInput &  x) const
inline

Definition at line 75 of file itkRescaleIntensityImageFilter.h.

◆ operator==()

template<typename TInput, typename TOutput>
bool itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator== ( const IntensityLinearTransform< TInput, TOutput > &  other) const
inline

Definition at line 66 of file itkRescaleIntensityImageFilter.h.

◆ SetFactor()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetFactor ( RealType  a)
inline

Definition at line 45 of file itkRescaleIntensityImageFilter.h.

◆ SetMaximum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMaximum ( TOutput  max)
inline

Definition at line 60 of file itkRescaleIntensityImageFilter.h.

◆ SetMinimum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMinimum ( TOutput  min)
inline

Definition at line 55 of file itkRescaleIntensityImageFilter.h.

◆ SetOffset()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetOffset ( RealType  b)
inline

Definition at line 50 of file itkRescaleIntensityImageFilter.h.

Member Data Documentation

◆ m_Factor

template<typename TInput, typename TOutput>
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Factor
private

◆ m_Maximum

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Maximum
private

◆ m_Minimum

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Minimum
private

◆ m_Offset

template<typename TInput, typename TOutput>
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Offset
private

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