#include <itkMaskNegatedImageFilter.h>
Definition at line 36 of file itkMaskNegatedImageFilter.h.
Public Types | |
| using | AccumulatorType = typename NumericTraits<TInput>::AccumulateType |
Public Member Functions | |
| const TMask & | GetMaskingValue () const |
| const TOutput & | GetOutsideValue () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (MaskNegatedInput) | |
| TOutput | operator() (const TInput &A, const TMask &B) const |
| bool | operator== (const MaskNegatedInput &) const |
| void | SetMaskingValue (const TMask &maskingValue) |
| void | SetOutsideValue (const TOutput &outsideValue) |
Private Member Functions | |
| template<typename TPixelType> | |
| TPixelType | DefaultOutsideValue (TPixelType *) |
| template<typename TValue> | |
| VariableLengthVector< TValue > | DefaultOutsideValue (VariableLengthVector< TValue > *) |
Private Attributes | |
| TMask | m_MaskingValue {} |
| TOutput | m_OutsideValue { DefaultOutsideValue(static_cast<TOutput *>(nullptr)) } |
| using itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType |
Definition at line 39 of file itkMaskNegatedImageFilter.h.
|
inlineprivate |
Definition at line 91 of file itkMaskNegatedImageFilter.h.
|
inlineprivate |
Definition at line 98 of file itkMaskNegatedImageFilter.h.
|
inlinenodiscard |
Method to get the outside value of the mask
Definition at line 83 of file itkMaskNegatedImageFilter.h.
References m_MaskingValue.
|
inlinenodiscard |
Method to get the outside value of the mask
Definition at line 69 of file itkMaskNegatedImageFilter.h.
References m_OutsideValue.
| itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | MaskNegatedInput< TInput, TMask, TOutput > | ) |
|
inline |
Definition at line 50 of file itkMaskNegatedImageFilter.h.
References m_MaskingValue, and m_OutsideValue.
|
inline |
Definition at line 42 of file itkMaskNegatedImageFilter.h.
|
inline |
Method to explicitly set the masking value of the mask
Definition at line 76 of file itkMaskNegatedImageFilter.h.
References m_MaskingValue.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 62 of file itkMaskNegatedImageFilter.h.
References m_OutsideValue.
|
private |
Definition at line 104 of file itkMaskNegatedImageFilter.h.
Referenced by GetMaskingValue(), operator()(), and SetMaskingValue().
|
private |
Definition at line 103 of file itkMaskNegatedImageFilter.h.
Referenced by GetOutsideValue(), operator()(), and SetOutsideValue().