![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRescaleIntensityImageFilter.h>
Inheritance diagram for itk::Functor::IntensityLinearTransform< TInput, TOutput >:
Collaboration diagram for itk::Functor::IntensityLinearTransform< TInput, TOutput >:Public Types | |
| typedef NumericTraits< TInput > ::RealType | RealType |
Public Member Functions | |
| IntensityLinearTransform () | |
| bool | operator!= (const IntensityLinearTransform &other) const |
| 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 () | |
Private Attributes | |
| RealType | m_Factor |
| TOutput | m_Maximum |
| TOutput | m_Minimum |
| RealType | m_Offset |
Definition at line 30 of file itkRescaleIntensityImageFilter.h.
| typedef NumericTraits< TInput >::RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType |
Definition at line 33 of file itkRescaleIntensityImageFilter.h.
| itk::Functor::IntensityLinearTransform< TInput, TOutput >::IntensityLinearTransform | ( | ) | [inline] |
Definition at line 34 of file itkRescaleIntensityImageFilter.h.
| itk::Functor::IntensityLinearTransform< TInput, TOutput >::~IntensityLinearTransform | ( | ) | [inline] |
Definition at line 42 of file itkRescaleIntensityImageFilter.h.
| bool itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator!= | ( | const IntensityLinearTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 47 of file itkRescaleIntensityImageFilter.h.
| TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator() | ( | const TInput & | x | ) | const [inline] |
Definition at line 64 of file itkRescaleIntensityImageFilter.h.
| bool itk::Functor::IntensityLinearTransform< TInput, TOutput >::operator== | ( | const IntensityLinearTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 59 of file itkRescaleIntensityImageFilter.h.
| void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetFactor | ( | RealType | a | ) | [inline] |
Definition at line 43 of file itkRescaleIntensityImageFilter.h.
| void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMaximum | ( | TOutput | max | ) | [inline] |
Definition at line 46 of file itkRescaleIntensityImageFilter.h.
| void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetMinimum | ( | TOutput | min | ) | [inline] |
Definition at line 45 of file itkRescaleIntensityImageFilter.h.
| void itk::Functor::IntensityLinearTransform< TInput, TOutput >::SetOffset | ( | RealType | b | ) | [inline] |
Definition at line 44 of file itkRescaleIntensityImageFilter.h.
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Factor [private] |
Definition at line 75 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::IntensityLinearTransform(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetFactor().
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Maximum [private] |
Definition at line 77 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::IntensityLinearTransform(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetMaximum().
TOutput itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Minimum [private] |
Definition at line 78 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::IntensityLinearTransform(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetMinimum().
RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::m_Offset [private] |
Definition at line 76 of file itkRescaleIntensityImageFilter.h.
Referenced by itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::IntensityLinearTransform(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::IntensityLinearTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetOffset().
1.7.6.1