ITK
6.0.0
Insight Toolkit
|
#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 93 of file itkMaskNegatedImageFilter.h.
|
inlineprivate |
Definition at line 100 of file itkMaskNegatedImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 85 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to get the outside value of the mask
Definition at line 71 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::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 itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue, and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::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 78 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 64 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue.
|
private |
Definition at line 106 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetMaskingValue(), itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator()(), and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetMaskingValue().
|
private |
Definition at line 105 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetOutsideValue(), itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator()(), and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetOutsideValue().