ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaskNegatedImageFilter.h>
Definition at line 34 of file itkMaskNegatedImageFilter.h.
Public Types | |
typedef NumericTraits< TInput > ::AccumulateType | AccumulatorType |
Public Member Functions | |
const TMask & | GetMaskingValue () const |
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 | SetMaskingValue (const TMask &maskingValue) |
void | SetOutsideValue (const TOutput &outsideValue) |
~MaskNegatedInput () | |
Private Attributes | |
TMask | m_MaskingValue |
TOutput | m_OutsideValue |
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 37 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 39 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 44 of file itkMaskNegatedImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 86 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to get the outside value of the mask
Definition at line 74 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue.
|
inline |
Definition at line 45 of file itkMaskNegatedImageFilter.h.
|
inline |
Definition at line 55 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue, and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue.
|
inline |
Definition at line 50 of file itkMaskNegatedImageFilter.h.
|
inline |
Method to explicitly set the masking value of the mask
Definition at line 80 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_MaskingValue.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 68 of file itkMaskNegatedImageFilter.h.
References itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::m_OutsideValue.
|
private |
Definition at line 92 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetMaskingValue(), itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator()(), and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetMaskingValue().
|
private |
Definition at line 91 of file itkMaskNegatedImageFilter.h.
Referenced by itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::GetOutsideValue(), itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::operator()(), and itk::Functor::MaskNegatedInput< TInput, TMask, TOutput >::SetOutsideValue().