#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 () |
Definition at line 56 of file itkMaskImageFilter.h.
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskInput< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 59 of file itkMaskImageFilter.h.
itk::Functor::MaskInput< TInput, TMask, TOutput >::MaskInput | ( | ) | [inline] |
Definition at line 61 of file itkMaskImageFilter.h.
itk::Functor::MaskInput< TInput, TMask, TOutput >::~MaskInput | ( | ) | [inline] |
Definition at line 62 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 91 of file itkMaskImageFilter.h.
bool itk::Functor::MaskInput< TInput, TMask, TOutput >::operator!= | ( | const MaskInput< TInput, TMask, TOutput > & | ) | const [inline] |
Definition at line 63 of file itkMaskImageFilter.h.
TOutput itk::Functor::MaskInput< TInput, TMask, TOutput >::operator() | ( | const TInput & | A, | |
const TMask & | B | |||
) | const [inline] |
Definition at line 72 of file itkMaskImageFilter.h.
bool itk::Functor::MaskInput< TInput, TMask, TOutput >::operator== | ( | const MaskInput< TInput, TMask, TOutput > & | other | ) | const [inline] |
Definition at line 67 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 85 of file itkMaskImageFilter.h.