![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaskImageFilter.h>
Inheritance diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >:
Collaboration diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >:Definition at line 36 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<typename TPixelType > | |
| void | InitializeOutsideValue (TPixelType *) |
| template<typename TValue > | |
| void | InitializeOutsideValue (VariableLengthVector< TValue > *) |
Private Attributes | |
| TMask | m_MaskingValue |
| TOutput | m_OutsideValue |
| typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskInput< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 39 of file itkMaskImageFilter.h.
|
inline |
Definition at line 41 of file itkMaskImageFilter.h.
|
inline |
Definition at line 46 of file itkMaskImageFilter.h.
|
inline |
Method to get the masking value
Definition at line 88 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::GetMaskingValue().
|
inline |
Method to get the outside value of the mask
Definition at line 76 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::CheckOutsideValue(), and itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::GetOutsideValue().
|
inlineprivate |
Definition at line 96 of file itkMaskImageFilter.h.
Referenced by itk::Functor::MaskInput< TInputImage::PixelType, TMaskImage::PixelType, TOutputImage::PixelType >::MaskInput().
|
inlineprivate |
Definition at line 102 of file itkMaskImageFilter.h.
|
inline |
Definition at line 47 of file itkMaskImageFilter.h.
|
inline |
Definition at line 57 of file itkMaskImageFilter.h.
|
inline |
Definition at line 52 of file itkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 82 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::SetMaskingValue().
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 70 of file itkMaskImageFilter.h.
Referenced by itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::CheckOutsideValue(), and itk::MaskImageFilter< TInputImage, TMaskImage, TOutputImage >::SetOutsideValue().
|
private |
Definition at line 109 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 108 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().
1.8.5