Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
itk::Functor::MaskInput2< TInput, TMask, TOutput > Class Template Reference

#include <mitkitkMaskImageFilter.h>

Public Types

typedef NumericTraits< TInput >::AccumulateType AccumulatorType
 

Public Member Functions

 MaskInput2 ()
 
 ~MaskInput2 ()
 
bool operator!= (const MaskInput2 &) const
 
bool operator== (const MaskInput2 &other) const
 
TOutput operator() (const TInput &A, const TMask &B) const
 
void SetOutsideValue (const TOutput &outsideValue)
 
const TOutput & GetOutsideValue () const
 
void SetMaskingValue (const TMask &maskingValue)
 
const TMask & GetMaskingValue () const
 

Detailed Description

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

Definition at line 33 of file mitkitkMaskImageFilter.h.

Member Typedef Documentation

◆ AccumulatorType

template<typename TInput , typename TMask , typename TOutput = TInput>
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskInput2< TInput, TMask, TOutput >::AccumulatorType

Definition at line 36 of file mitkitkMaskImageFilter.h.

Constructor & Destructor Documentation

◆ MaskInput2()

template<typename TInput , typename TMask , typename TOutput = TInput>
itk::Functor::MaskInput2< TInput, TMask, TOutput >::MaskInput2 ( )
inline

Definition at line 38 of file mitkitkMaskImageFilter.h.

◆ ~MaskInput2()

template<typename TInput , typename TMask , typename TOutput = TInput>
itk::Functor::MaskInput2< TInput, TMask, TOutput >::~MaskInput2 ( )
inline

Definition at line 43 of file mitkitkMaskImageFilter.h.

Member Function Documentation

◆ GetMaskingValue()

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

Method to get the masking value

Definition at line 84 of file mitkitkMaskImageFilter.h.

◆ GetOutsideValue()

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

Method to get the outside value of the mask

Definition at line 73 of file mitkitkMaskImageFilter.h.

◆ operator!=()

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

Definition at line 44 of file mitkitkMaskImageFilter.h.

◆ operator()()

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

Definition at line 54 of file mitkitkMaskImageFilter.h.

◆ operator==()

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

Definition at line 49 of file mitkitkMaskImageFilter.h.

◆ SetMaskingValue()

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

Method to explicitly set the masking value

Definition at line 79 of file mitkitkMaskImageFilter.h.

◆ SetOutsideValue()

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

Method to explicitly set the outside value of the mask

Definition at line 67 of file mitkitkMaskImageFilter.h.


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