ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
itk::Functor::MaskInput< TInput, TMask, TOutput > Class Template Reference

#include <itkMaskImageFilter.h>

+ Inheritance diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >:
+ Collaboration diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >:

Detailed Description

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

Definition at line 35 of file itkMaskImageFilter.h.

Public Types

typedef NumericTraits< TInput >
::AccumulateType 
AccumulatorType
 

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 ()
 

Private Member Functions

template<typename TPixelType >
void InitializeOutsideValue (TPixelType *)
 
template<typename TValue >
void InitializeOutsideValue (VariableLengthVector< TValue > *)
 

Private Attributes

TMask m_MaskingValue
 
TOutput m_OutsideValue
 

Member Typedef Documentation

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

Definition at line 38 of file itkMaskImageFilter.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file itkMaskImageFilter.h.

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

Definition at line 45 of file itkMaskImageFilter.h.

Member Function Documentation

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

Method to get the masking value

Definition at line 87 of file itkMaskImageFilter.h.

Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::GetMaskingValue().

template<typename TInput, typename TMask, typename TOutput = TInput>
const TOutput& itk::Functor::MaskInput< TInput, TMask, TOutput >::GetOutsideValue ( ) const
inline
template<typename TInput, typename TMask, typename TOutput = TInput>
template<typename TPixelType >
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue ( TPixelType *  )
inlineprivate
template<typename TInput, typename TMask, typename TOutput = TInput>
template<typename TValue >
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue ( VariableLengthVector< TValue > *  )
inlineprivate

Definition at line 101 of file itkMaskImageFilter.h.

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

Definition at line 46 of file itkMaskImageFilter.h.

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

Definition at line 56 of file itkMaskImageFilter.h.

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

Definition at line 51 of file itkMaskImageFilter.h.

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

Method to explicitly set the masking value

Definition at line 81 of file itkMaskImageFilter.h.

Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::SetMaskingValue().

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

Member Data Documentation

template<typename TInput, typename TMask, typename TOutput = TInput>
TMask itk::Functor::MaskInput< TInput, TMask, TOutput >::m_MaskingValue
private
template<typename TInput, typename TMask, typename TOutput = TInput>
TOutput itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue
private

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