Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkitkMaskImageFilter.h>
Public Types | |
typedef NumericTraits< TInput >::AccumulateType | AccumulatorType |
Public Member Functions | |
MaskInput2 () | |
~MaskInput2 () | |
bool | operator!= (const MaskInput2 &) const |
bool | operator== (const MaskInput2 &other) const |
TOutput | operator() (const TInput &A, const TMask &B) const |
void | SetOutsideValue (const TOutput &outsideValue) |
const TOutput & | GetOutsideValue () const |
void | SetMaskingValue (const TMask &maskingValue) |
const TMask & | GetMaskingValue () const |
Definition at line 36 of file mitkitkMaskImageFilter.h.
typedef NumericTraits< TInput >::AccumulateType itk::Functor::MaskInput2< TInput, TMask, TOutput >::AccumulatorType |
Definition at line 39 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 41 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 46 of file mitkitkMaskImageFilter.h.
|
inline |
Method to get the masking value
Definition at line 87 of file mitkitkMaskImageFilter.h.
|
inline |
Method to get the outside value of the mask
Definition at line 76 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 47 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 57 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 52 of file mitkitkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value
Definition at line 82 of file mitkitkMaskImageFilter.h.
|
inline |
Method to explicitly set the outside value of the mask
Definition at line 70 of file mitkitkMaskImageFilter.h.