#include <itkInvertIntensityImageFilter.h>
Definition at line 33 of file itkInvertIntensityImageFilter.h.
Public Types | |
| using | RealType = typename NumericTraits<TInput>::RealType |
Public Member Functions | |
| InvertIntensityTransform () | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (InvertIntensityTransform) | |
| TOutput | operator() (const TInput &x) const |
| bool | operator== (const InvertIntensityTransform &other) const |
| void | SetMaximum (TOutput max) |
| ~InvertIntensityTransform ()=default | |
Private Attributes | |
| TInput | m_Maximum |
| using itk::Functor::InvertIntensityTransform< TInput, TOutput >::RealType = typename NumericTraits<TInput>::RealType |
Definition at line 36 of file itkInvertIntensityImageFilter.h.
|
inline |
Definition at line 37 of file itkInvertIntensityImageFilter.h.
References m_Maximum.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
| itk::Functor::InvertIntensityTransform< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | InvertIntensityTransform< TInput, TOutput > | ) |
References InvertIntensityTransform().
|
inline |
Definition at line 58 of file itkInvertIntensityImageFilter.h.
References m_Maximum.
|
inline |
Definition at line 50 of file itkInvertIntensityImageFilter.h.
References InvertIntensityTransform(), and m_Maximum.
|
inline |
Definition at line 43 of file itkInvertIntensityImageFilter.h.
References m_Maximum.
|
private |
Definition at line 66 of file itkInvertIntensityImageFilter.h.
Referenced by InvertIntensityTransform(), operator()(), operator==(), and SetMaximum().