#include <itkRescaleIntensityImageFilter.h>
Definition at line 31 of file itkRescaleIntensityImageFilter.h.
Collaboration diagram for itk::Functor::IntensityLinearTransform< TInput, TOutput >:Public Types | |
| using | RealType = typename NumericTraits<TInput>::RealType |
Public Member Functions | |
| IntensityLinearTransform () | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (IntensityLinearTransform) | |
| 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 ()=default | |
Private Attributes | |
| RealType | m_Factor |
| TOutput | m_Maximum |
| TOutput | m_Minimum |
| RealType | m_Offset |
| using itk::Functor::IntensityLinearTransform< TInput, TOutput >::RealType = typename NumericTraits<TInput>::RealType |
Definition at line 34 of file itkRescaleIntensityImageFilter.h.
|
inline |
Definition at line 35 of file itkRescaleIntensityImageFilter.h.
References m_Factor, m_Maximum, m_Minimum, and m_Offset.
Referenced by ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), and operator==().
|
default |
| itk::Functor::IntensityLinearTransform< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | IntensityLinearTransform< TInput, TOutput > | ) |
References IntensityLinearTransform().
|
inline |
|
inline |
Definition at line 65 of file itkRescaleIntensityImageFilter.h.
References itk::Math::ExactlyEquals(), IntensityLinearTransform(), m_Factor, m_Maximum, m_Minimum, and m_Offset.
|
inline |
Definition at line 44 of file itkRescaleIntensityImageFilter.h.
References m_Factor.
|
inline |
Definition at line 59 of file itkRescaleIntensityImageFilter.h.
References m_Maximum.
|
inline |
Definition at line 54 of file itkRescaleIntensityImageFilter.h.
References m_Minimum.
|
inline |
Definition at line 49 of file itkRescaleIntensityImageFilter.h.
References m_Offset.
|
private |
Definition at line 85 of file itkRescaleIntensityImageFilter.h.
Referenced by IntensityLinearTransform(), operator()(), operator==(), and SetFactor().
|
private |
Definition at line 87 of file itkRescaleIntensityImageFilter.h.
Referenced by IntensityLinearTransform(), operator()(), operator==(), and SetMaximum().
|
private |
Definition at line 88 of file itkRescaleIntensityImageFilter.h.
Referenced by IntensityLinearTransform(), operator()(), operator==(), and SetMinimum().
|
private |
Definition at line 86 of file itkRescaleIntensityImageFilter.h.
Referenced by IntensityLinearTransform(), operator()(), operator==(), and SetOffset().