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

#include <itkIntensityWindowingImageFilter.h>

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

Public Types

using RealType = typename NumericTraits< TInput >::RealType
 

Public Member Functions

 IntensityWindowingTransform ()
 
bool operator!= (const IntensityWindowingTransform &other) const
 
TOutput operator() (const TInput &x) const
 
bool operator== (const IntensityWindowingTransform &other) const
 
void SetFactor (RealType a)
 
void SetOffset (RealType b)
 
void SetOutputMaximum (TOutput max)
 
void SetOutputMinimum (TOutput min)
 
void SetWindowMaximum (TInput max)
 
void SetWindowMinimum (TInput min)
 
 ~IntensityWindowingTransform ()=default
 

Private Attributes

RealType m_Factor
 
RealType m_Offset
 
TOutput m_OutputMaximum
 
TOutput m_OutputMinimum
 
TInput m_WindowMaximum
 
TInput m_WindowMinimum
 

Detailed Description

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

Definition at line 31 of file itkIntensityWindowingImageFilter.h.

Member Typedef Documentation

◆ RealType

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

Definition at line 34 of file itkIntensityWindowingImageFilter.h.

Constructor & Destructor Documentation

◆ IntensityWindowingTransform()

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

Definition at line 35 of file itkIntensityWindowingImageFilter.h.

◆ ~IntensityWindowingTransform()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 45 of file itkIntensityWindowingImageFilter.h.

◆ operator()()

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

Definition at line 95 of file itkIntensityWindowingImageFilter.h.

◆ operator==()

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

Definition at line 59 of file itkIntensityWindowingImageFilter.h.

◆ SetFactor()

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

Definition at line 65 of file itkIntensityWindowingImageFilter.h.

◆ SetOffset()

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

Definition at line 70 of file itkIntensityWindowingImageFilter.h.

◆ SetOutputMaximum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetOutputMaximum ( TOutput  max)
inline

Definition at line 80 of file itkIntensityWindowingImageFilter.h.

◆ SetOutputMinimum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetOutputMinimum ( TOutput  min)
inline

Definition at line 75 of file itkIntensityWindowingImageFilter.h.

◆ SetWindowMaximum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetWindowMaximum ( TInput  max)
inline

Definition at line 90 of file itkIntensityWindowingImageFilter.h.

◆ SetWindowMinimum()

template<typename TInput, typename TOutput>
void itk::Functor::IntensityWindowingTransform< TInput, TOutput >::SetWindowMinimum ( TInput  min)
inline

Definition at line 85 of file itkIntensityWindowingImageFilter.h.

Member Data Documentation

◆ m_Factor

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

◆ m_Offset

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

◆ m_OutputMaximum

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_OutputMaximum
private

◆ m_OutputMinimum

template<typename TInput, typename TOutput>
TOutput itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_OutputMinimum
private

◆ m_WindowMaximum

template<typename TInput, typename TOutput>
TInput itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_WindowMaximum
private

◆ m_WindowMinimum

template<typename TInput, typename TOutput>
TInput itk::Functor::IntensityWindowingTransform< TInput, TOutput >::m_WindowMinimum
private

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