ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Private Member Functions | Private Attributes
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 >:

List of all members.

Public Types

typedef NumericTraits< TInput >
::AccumulateType 
AccumulatorType

Public Member Functions

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 SetOutsideValue (const TOutput &outsideValue)
 ~MaskInput ()

Private Member Functions

template<class TPixelType >
void InitializeOutsideValue (TPixelType *)
template<class TValueType >
void InitializeOutsideValue (VariableLengthVector< TValueType > *)

Private Attributes

TOutput m_OutsideValue

Detailed Description

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

Definition at line 35 of file itkMaskImageFilter.h.


Member Typedef Documentation

template<class TInput, class TMask, class 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<class TInput, class TMask, class TOutput = TInput>
itk::Functor::MaskInput< TInput, TMask, TOutput >::MaskInput ( ) [inline]

Definition at line 40 of file itkMaskImageFilter.h.

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

Definition at line 44 of file itkMaskImageFilter.h.


Member Function Documentation

template<class TInput, class TMask, class TOutput = TInput>
const TOutput& itk::Functor::MaskInput< TInput, TMask, TOutput >::GetOutsideValue ( ) const [inline]

Method to get the outside value of the mask

Definition at line 74 of file itkMaskImageFilter.h.

template<class TInput, class TMask, class TOutput = TInput>
template<class TPixelType >
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue ( TPixelType *  ) [inline, private]
template<class TInput, class TMask, class TOutput = TInput>
template<class TValueType >
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue ( VariableLengthVector< TValueType > *  ) [inline, private]

Definition at line 88 of file itkMaskImageFilter.h.

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

Definition at line 45 of file itkMaskImageFilter.h.

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

Definition at line 55 of file itkMaskImageFilter.h.

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

Definition at line 50 of file itkMaskImageFilter.h.

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

Method to explicitly set the outside value of the mask

Definition at line 68 of file itkMaskImageFilter.h.


Member Data Documentation

template<class TInput, class TMask, class TOutput = TInput>
TOutput itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue [private]

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