ITK
5.2.0
Insight Toolkit
|
#include <itkMaskImageFilter.h>
Public Types | |
using | AccumulatorType = typename NumericTraits< TInput >::AccumulateType |
Public Member Functions | |
const TMask & | GetMaskingValue () const |
const TOutput & | GetOutsideValue () const |
MaskInput () | |
bool | operator!= (const MaskInput &) const |
TOutput | operator() (const TInput &A, const TMask &B) const |
bool | operator== (const MaskInput &other) 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 95 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::GetMaskingValue().
|
inline |
Method to get the outside value of the mask
Definition at line 81 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::CheckOutsideValue(), and itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::GetOutsideValue().
|
inlineprivate |
Definition at line 103 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 110 of file itkMaskImageFilter.h.
|
inline |
Definition at line 48 of file itkMaskImageFilter.h.
|
inline |
Definition at line 60 of file itkMaskImageFilter.h.
|
inline |
Definition at line 54 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 88 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::SetMaskingValue().
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 74 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::CheckOutsideValue(), and itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::SetOutsideValue().
|
private |
Definition at line 117 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 116 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().