![]() |
ITK
4.4.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 >:Definition at line 30 of file itkRescaleIntensityImageFilter.h.
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 |
| typedef NumericTraits< TInput >::RealType itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType |
Definition at line 33 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 34 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 42 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 47 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 64 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 59 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 43 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 46 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 45 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 44 of file itkRescaleIntensityImageFilter.h.
|
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().
|
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().
|
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().
|
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.8.3.1