ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput > Class Template Reference

#include <itkMaskNegatedImageFilter.h>

Detailed Description

template<typename TInput, typename TMask, typename TOutput = TInput>
class itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >

Definition at line 36 of file itkMaskNegatedImageFilter.h.

+ Collaboration diagram for itk::Functor::MaskNegatedInput< 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 (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)) }
 

Member Typedef Documentation

◆ AccumulatorType

template<typename TInput, typename TMask, typename TOutput = TInput>
using itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType = typename NumericTraits<TInput>::AccumulateType

Definition at line 39 of file itkMaskNegatedImageFilter.h.

Member Function Documentation

◆ DefaultOutsideValue() [1/2]

template<typename TInput, typename TMask, typename TOutput = TInput>
template<typename TPixelType >
TPixelType itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::DefaultOutsideValue ( TPixelType *  )
inlineprivate

Definition at line 93 of file itkMaskNegatedImageFilter.h.

◆ DefaultOutsideValue() [2/2]

template<typename TInput, typename TMask, typename TOutput = TInput>
template<typename TValue >
VariableLengthVector<TValue> itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::DefaultOutsideValue ( VariableLengthVector< TValue > *  )
inlineprivate

Definition at line 100 of file itkMaskNegatedImageFilter.h.

◆ GetMaskingValue()

template<typename TInput, typename TMask, typename TOutput = TInput>
const TMask& itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetMaskingValue ( ) const
inline

Method to get the outside value of the mask

Definition at line 85 of file itkMaskNegatedImageFilter.h.

◆ GetOutsideValue()

template<typename TInput, typename TMask, typename TOutput = TInput>
const TOutput& itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetOutsideValue ( ) const
inline

Method to get the outside value of the mask

Definition at line 71 of file itkMaskNegatedImageFilter.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput, typename TMask, typename TOutput = TInput>
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( MaskNegatedInput< TInput, TMask, TOutput >  )

◆ operator()()

template<typename TInput, typename TMask, typename TOutput = TInput>
TOutput itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator() ( const TInput &  A,
const TMask &  B 
) const
inline

Definition at line 50 of file itkMaskNegatedImageFilter.h.

◆ operator==()

template<typename TInput, typename TMask, typename TOutput = TInput>
bool itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator== ( const MaskNegatedInput< TInput, TMask, TOutput > &  ) const
inline

Definition at line 42 of file itkMaskNegatedImageFilter.h.

◆ SetMaskingValue()

template<typename TInput, typename TMask, typename TOutput = TInput>
void itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetMaskingValue ( const TMask &  maskingValue)
inline

Method to explicitly set the masking value of the mask

Definition at line 78 of file itkMaskNegatedImageFilter.h.

◆ SetOutsideValue()

template<typename TInput, typename TMask, typename TOutput = TInput>
void itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetOutsideValue ( const TOutput &  outsideValue)
inline

Method to explicitly set the outside value of the mask

Definition at line 64 of file itkMaskNegatedImageFilter.h.

Member Data Documentation

◆ m_MaskingValue

template<typename TInput, typename TMask, typename TOutput = TInput>
TMask itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue {}
private

◆ m_OutsideValue

template<typename TInput, typename TMask, typename TOutput = TInput>
TOutput itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue { DefaultOutsideValue(static_cast<TOutput *>(nullptr)) }
private

The documentation for this class was generated from the following file: