ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaskNegatedImageFilter.h>
Public Types | |
typedef NumericTraits< TInput > ::AccumulateType | AccumulatorType |
Public Member Functions | |
const TOutput & | GetOutsideValue () const |
MaskNegatedInput () | |
bool | operator!= (const MaskNegatedInput &) const |
TOutput | operator() (const TInput &A, const TMask &B) const |
bool | operator== (const MaskNegatedInput &other) const |
void | SetOutsideValue (const TOutput &outsideValue) |
~MaskNegatedInput () | |
Private Attributes | |
TOutput | m_OutsideValue |
Definition at line 34 of file itkMaskNegatedImageFilter.h.
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 37 of file itkMaskNegatedImageFilter.h.
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::MaskNegatedInput | ( | ) | [inline] |
Definition at line 39 of file itkMaskNegatedImageFilter.h.
itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::~MaskNegatedInput | ( | ) | [inline] |
Definition at line 40 of file itkMaskNegatedImageFilter.h.
const TOutput& itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetOutsideValue | ( | ) | const [inline] |
Method to get the outside value of the mask
Definition at line 70 of file itkMaskNegatedImageFilter.h.
bool itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator!= | ( | const MaskNegatedInput< TInput, TMask, TOutput > & | ) | const [inline] |
Definition at line 41 of file itkMaskNegatedImageFilter.h.
TOutput itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator() | ( | const TInput & | A, |
const TMask & | B | ||
) | const [inline] |
Definition at line 51 of file itkMaskNegatedImageFilter.h.
bool itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator== | ( | const MaskNegatedInput< TInput, TMask, TOutput > & | other | ) | const [inline] |
Definition at line 46 of file itkMaskNegatedImageFilter.h.
void itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetOutsideValue | ( | const TOutput & | outsideValue | ) | [inline] |
Method to explicitly set the outside value of the mask
Definition at line 64 of file itkMaskNegatedImageFilter.h.
TOutput itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue [private] |
Definition at line 76 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::GetOutsideValue(), itk::Functor::MaskNegatedInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::MaskNegatedInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::SetOutsideValue().