ITK
6.0.0
Insight Toolkit
|
#include <itkMaskImageFilter.h>
Definition at line 36 of file itkMaskImageFilter.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 (MaskInput) | |
MaskInput ()=default | |
TOutput | operator() (const TInput &A, const TMask &B) const |
bool | operator== (const MaskInput &) const |
void | SetMaskingValue (const TMask &maskingValue) |
void | SetOutsideValue (const TOutput &outsideValue) |
~MaskInput ()=default | |
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::MaskInput< TInput, TMask, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType |
Definition at line 39 of file itkMaskImageFilter.h.
|
default |
|
default |
|
inlineprivate |
Definition at line 96 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 103 of file itkMaskImageFilter.h.
|
inline |
Method to get the masking value
Definition at line 88 of file itkMaskImageFilter.h.
References itk::Functor::MaskInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to get the outside value of the mask
Definition at line 74 of file itkMaskImageFilter.h.
References itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue.
itk::Functor::MaskInput< TInput, TMask, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | MaskInput< TInput, TMask, TOutput > | ) |
|
inline |
Definition at line 53 of file itkMaskImageFilter.h.
References itk::Functor::MaskInput< TInput, TMask, TOutput >::m_MaskingValue, and itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue.
|
inline |
Definition at line 45 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 81 of file itkMaskImageFilter.h.
References itk::Functor::MaskInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 67 of file itkMaskImageFilter.h.
References itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue.
|
private |
|
private |