![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkMaskImageFilter.h>
Collaboration diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >: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 () | |
| 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 > | |
| void | InitializeOutsideValue (TPixelType *) |
| template<typename TValue > | |
| void | InitializeOutsideValue (VariableLengthVector< TValue > *) |
Private Attributes | |
| TMask | m_MaskingValue |
| TOutput | m_OutsideValue |
Definition at line 36 of file itkMaskImageFilter.h.
| using itk::Functor::MaskInput< TInput, TMask, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType |
Definition at line 39 of file itkMaskImageFilter.h.
|
inline |
Definition at line 41 of file itkMaskImageFilter.h.
|
default |
|
inline |
Method to get the masking value
Definition at line 91 of file itkMaskImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 77 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 99 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 106 of file itkMaskImageFilter.h.
| itk::Functor::MaskInput< TInput, TMask, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | MaskInput< TInput, TMask, TOutput > | ) |
|
inline |
Definition at line 56 of file itkMaskImageFilter.h.
|
inline |
Definition at line 48 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 84 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 70 of file itkMaskImageFilter.h.
|
private |
Definition at line 113 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::GetMaskingValue(), itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::MaskInput(), itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::SetMaskingValue().
|
private |
Definition at line 112 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::GetOutsideValue(), itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::InitializeOutsideValue(), itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::MaskInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::SetOutsideValue().
1.8.16