ITK
5.2.0
Insight Toolkit
|
#include <itkMaskNegatedImageFilter.h>
Public Types | |
using | AccumulatorType = typename NumericTraits< TInput >::AccumulateType |
Public Member Functions | |
const TMask & | GetMaskingValue () const |
const TOutput & | GetOutsideValue () const |
MaskNegatedInput () | |
bool | operator!= (const MaskNegatedInput &) const |
TOutput | operator() (const TInput &A, const TMask &B) const |
bool | operator== (const MaskNegatedInput &other) const |
void | SetMaskingValue (const TMask &maskingValue) |
void | SetOutsideValue (const TOutput &outsideValue) |
~MaskNegatedInput ()=default | |
Private Attributes | |
TMask | m_MaskingValue |
TOutput | m_OutsideValue |
Definition at line 35 of file itkMaskNegatedImageFilter.h.
using itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType |
Definition at line 38 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 40 of file itkMaskNegatedImageFilter.h.
|
default |
|
inline |
Method to get the outside value of the mask
Definition at line 93 of file itkMaskNegatedImageFilter.h.
Referenced by itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >::GetMaskingValue().
|
inline |
Method to get the outside value of the mask
Definition at line 79 of file itkMaskNegatedImageFilter.h.
Referenced by itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >::GetOutsideValue().
|
inline |
Definition at line 46 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 58 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 52 of file itkMaskNegatedImageFilter.h.
|
inline |
Method to explicitly set the masking value of the mask
Definition at line 86 of file itkMaskNegatedImageFilter.h.
Referenced by itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >::SetMaskingValue().
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 72 of file itkMaskNegatedImageFilter.h.
Referenced by itk::MaskNegatedImageFilter< TInputImage, TMaskImage, TOutputImage >::SetOutsideValue().
|
private |
Definition at line 100 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::GetMaskingValue(), itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::SetMaskingValue().
|
private |
Definition at line 99 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::GetOutsideValue(), itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::operator()(), and itk::Functor::MaskNegatedInput< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType >::SetOutsideValue().