ITK
4.2.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.
|
inline |
Definition at line 40 of file itkMaskImageFilter.h.
|
inline |
Definition at line 44 of file itkMaskImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 74 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 82 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::MaskInput().
|
inlineprivate |
Definition at line 88 of file itkMaskImageFilter.h.
|
inline |
Definition at line 45 of file itkMaskImageFilter.h.
|
inline |
Definition at line 55 of file itkMaskImageFilter.h.
|
inline |
Definition at line 50 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 68 of file itkMaskImageFilter.h.
|
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().