![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertIntensityImageFilter.h>
Inheritance diagram for itk::Functor::InvertIntensityTransform< TInput, TOutput >:
Collaboration diagram for itk::Functor::InvertIntensityTransform< TInput, TOutput >:Public Types | |
| typedef NumericTraits< TInput > ::RealType | RealType |
Public Member Functions | |
| InvertIntensityTransform () | |
| bool | operator!= (const InvertIntensityTransform &other) const |
| TOutput | operator() (const TInput &x) const |
| bool | operator== (const InvertIntensityTransform &other) const |
| void | SetMaximum (TOutput max) |
| ~InvertIntensityTransform () | |
Private Attributes | |
| TInput | m_Maximum |
Definition at line 33 of file itkInvertIntensityImageFilter.h.
| typedef NumericTraits< TInput >::RealType itk::Functor::InvertIntensityTransform< TInput, TOutput >::RealType |
Definition at line 36 of file itkInvertIntensityImageFilter.h.
| itk::Functor::InvertIntensityTransform< TInput, TOutput >::InvertIntensityTransform | ( | ) | [inline] |
Definition at line 37 of file itkInvertIntensityImageFilter.h.
| itk::Functor::InvertIntensityTransform< TInput, TOutput >::~InvertIntensityTransform | ( | ) | [inline] |
Definition at line 38 of file itkInvertIntensityImageFilter.h.
| bool itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator!= | ( | const InvertIntensityTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 43 of file itkInvertIntensityImageFilter.h.
| TOutput itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator() | ( | const TInput & | x | ) | const [inline] |
Definition at line 57 of file itkInvertIntensityImageFilter.h.
| bool itk::Functor::InvertIntensityTransform< TInput, TOutput >::operator== | ( | const InvertIntensityTransform< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 52 of file itkInvertIntensityImageFilter.h.
| void itk::Functor::InvertIntensityTransform< TInput, TOutput >::SetMaximum | ( | TOutput | max | ) | [inline] |
Definition at line 41 of file itkInvertIntensityImageFilter.h.
TInput itk::Functor::InvertIntensityTransform< TInput, TOutput >::m_Maximum [private] |
Definition at line 65 of file itkInvertIntensityImageFilter.h.
Referenced by itk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >::InvertIntensityTransform(), itk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType >::SetMaximum().
1.7.6.1