Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkitkMaskImageFilter.h>
Public Types | |
typedef MaskImageFilter2 | Self |
typedef BinaryFunctorImageFilter< TInputImage, TMaskImage, TOutputImage, Functor::MaskInput2< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TMaskImage | MaskImageType |
Public Member Functions | |
virtual const char * | GetClassName () const |
void | SetMaskImage (const MaskImageType *maskImage) |
const MaskImageType * | GetMaskImage () |
void | SetOutsideValue (const typename TOutputImage::PixelType &outsideValue) |
const TOutputImage::PixelType & | GetOutsideValue () const |
void | SetMaskingValue (const typename TMaskImage::PixelType &maskingValue) |
const TMaskImage::PixelType & | GetMaskingValue () const |
void | BeforeThreadedGenerateData () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MaskImageFilter2 () | |
virtual | ~MaskImageFilter2 () |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 144 of file mitkitkMaskImageFilter.h.
typedef SmartPointer< const Self > itk::MaskImageFilter2< TInputImage, TMaskImage, TOutputImage >::ConstPointer |
Definition at line 164 of file mitkitkMaskImageFilter.h.
typedef TMaskImage itk::MaskImageFilter2< TInputImage, TMaskImage, TOutputImage >::MaskImageType |
Typedefs
Definition at line 171 of file mitkitkMaskImageFilter.h.
typedef SmartPointer< Self > itk::MaskImageFilter2< TInputImage, TMaskImage, TOutputImage >::Pointer |
Definition at line 163 of file mitkitkMaskImageFilter.h.
typedef MaskImageFilter2 itk::MaskImageFilter2< TInputImage, TMaskImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 155 of file mitkitkMaskImageFilter.h.
typedef BinaryFunctorImageFilter< TInputImage, TMaskImage, TOutputImage, Functor::MaskInput2< typename TInputImage::PixelType, typename TMaskImage::PixelType, typename TOutputImage::PixelType > > itk::MaskImageFilter2< TInputImage, TMaskImage, TOutputImage >::Superclass |
Definition at line 161 of file mitkitkMaskImageFilter.h.
|
inlineprotected |
Definition at line 238 of file mitkitkMaskImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 239 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 221 of file mitkitkMaskImageFilter.h.
|
virtual |
Runtime information support.
|
inline |
Definition at line 185 of file mitkitkMaskImageFilter.h.
|
inline |
Method to get the masking value of the mask.
Definition at line 216 of file mitkitkMaskImageFilter.h.
|
inline |
Definition at line 200 of file mitkitkMaskImageFilter.h.
|
static |
Method for creation through the object factory.
|
inlineprotected |
Definition at line 241 of file mitkitkMaskImageFilter.h.
|
inline |
Set/Get the mask image. Pixels set in the mask image will retain the original value of the input image while pixels not set in the mask will be set to the "OutsideValue".
Definition at line 180 of file mitkitkMaskImageFilter.h.
|
inline |
Method to explicitly set the masking value of the mask. Defaults to 0
Definition at line 206 of file mitkitkMaskImageFilter.h.
|
inline |
Method to explicitly set the outside value of the mask. Defaults to 0
Definition at line 191 of file mitkitkMaskImageFilter.h.