ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaskImageFilter.h>
Definition at line 35 of file itkMaskImageFilter.h.
Public Types | |
typedef NumericTraits< TInput > ::AccumulateType | AccumulatorType |
Public Member Functions | |
const TMask & | GetMaskingValue () const |
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 | SetMaskingValue (const TMask &maskingValue) |
void | SetOutsideValue (const TOutput &outsideValue) |
~MaskInput () | |
Private Member Functions | |
template<class TPixelType > | |
void | InitializeOutsideValue (TPixelType *) |
template<class TValueType > | |
void | InitializeOutsideValue (VariableLengthVector< TValueType > *) |
Private Attributes | |
TMask | m_MaskingValue |
TOutput | m_OutsideValue |
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 45 of file itkMaskImageFilter.h.
|
inline |
Method to get the masking value
Definition at line 87 of file itkMaskImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 75 of file itkMaskImageFilter.h.
|
inlineprivate |
Definition at line 95 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::MaskInput().
|
inlineprivate |
Definition at line 101 of file itkMaskImageFilter.h.
|
inline |
Definition at line 46 of file itkMaskImageFilter.h.
|
inline |
Definition at line 56 of file itkMaskImageFilter.h.
|
inline |
Definition at line 51 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 81 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 69 of file itkMaskImageFilter.h.
|
private |
Definition at line 108 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::GetMaskingValue(), itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::MaskInput(), itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::operator()(), and itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::SetMaskingValue().
|
private |
Definition at line 107 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().