![]() |
ITK
4.4.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 >:Definition at line 33 of file itkInvertIntensityImageFilter.h.
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 |
| typedef NumericTraits< TInput >::RealType itk::Functor::InvertIntensityTransform< TInput, TOutput >::RealType |
Definition at line 36 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 37 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 38 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 43 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 57 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 52 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 41 of file itkInvertIntensityImageFilter.h.
|
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.8.3.1