ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaskImageFilter.h>
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 |
Definition at line 35 of file itkMaskImageFilter.h.
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskInput< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 38 of file itkMaskImageFilter.h.
itk::Functor::MaskInput< TInput, TMask, TOutput >::MaskInput | ( | ) | [inline] |
Definition at line 40 of file itkMaskImageFilter.h.
itk::Functor::MaskInput< TInput, TMask, TOutput >::~MaskInput | ( | ) | [inline] |
Definition at line 44 of file itkMaskImageFilter.h.
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.
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue | ( | TPixelType * | ) | [inline, private] |
Definition at line 82 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::MaskInput().
void itk::Functor::MaskInput< TInput, TMask, TOutput >::InitializeOutsideValue | ( | VariableLengthVector< TValueType > * | ) | [inline, private] |
Definition at line 88 of file itkMaskImageFilter.h.
bool itk::Functor::MaskInput< TInput, TMask, TOutput >::operator!= | ( | const MaskInput< TInput, TMask, TOutput > & | ) | const [inline] |
Definition at line 45 of file itkMaskImageFilter.h.
TOutput itk::Functor::MaskInput< TInput, TMask, TOutput >::operator() | ( | const TInput & | A, |
const TMask & | B | ||
) | const [inline] |
Definition at line 55 of file itkMaskImageFilter.h.
bool itk::Functor::MaskInput< TInput, TMask, TOutput >::operator== | ( | const MaskInput< TInput, TMask, TOutput > & | other | ) | const [inline] |
Definition at line 50 of file itkMaskImageFilter.h.
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.
TOutput itk::Functor::MaskInput< TInput, TMask, TOutput >::m_OutsideValue [private] |
Definition at line 94 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::GetOutsideValue(), itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::InitializeOutsideValue(), itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::SetOutsideValue().