#include <itkMaskImageFilter.h>
Collaboration diagram for itk::Functor::MaskInput< TInput, TMask, TOutput >:
Public Types | |
typedef NumericTraits< TInput >::AccumulateType | AccumulatorType |
Public Member Functions | |
MaskInput () | |
~MaskInput () | |
TOutput | operator() (const TInput &A, const TMask &B) |
void | SetOutsideValue (const TOutput &outsideValue) |
const TOutput & | GetOutsideValue () const |
|
Definition at line 59 of file itkMaskImageFilter.h. |
|
Definition at line 61 of file itkMaskImageFilter.h. |
|
Definition at line 62 of file itkMaskImageFilter.h. |
|
Method to get the outside value of the mask Definition at line 82 of file itkMaskImageFilter.h. |
|
Definition at line 63 of file itkMaskImageFilter.h. |
|
Method to explicitly set the outside value of the mask Definition at line 76 of file itkMaskImageFilter.h. |