Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
The IgnorePixelMaskGenerator class is used to generate a mask that is zero for specific pixel values in the input image. This class requires an input image. More...
#include <mitkIgnorePixelMaskGenerator.h>
Public Types | |
typedef IgnorePixelMaskGenerator | Self |
typedef MaskGenerator | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef double | RealType |
Public Types inherited from mitk::MaskGenerator | |
typedef MaskGenerator | Self |
typedef itk::Object | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
void | SetIgnoredPixelValue (RealType pixelValue) |
The mask will be 0 there inputImage==pixelValue and 1 otherwise. More... | |
mitk::Image::ConstPointer | GetMask () override |
Computes and returns the mask. More... | |
void | SetTimeStep (unsigned int timeStep) override |
SetTimeStep is used to set the time step for which the mask is to be generated. More... | |
Public Member Functions inherited from mitk::MaskGenerator | |
virtual mitk::Image::ConstPointer | GetReferenceImage () |
GetReferenceImage per default returns the inputImage (as set by SetInputImage). If no input image is set it will return a nullptr. More... | |
void | SetInputImage (mitk::Image::ConstPointer inputImg) |
SetInputImage is used to set the input image to the mask generator. Some subclasses require an input image, others don't. See the documentation of the specific Mask Generator for more information. More... | |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
IgnorePixelMaskGenerator () | |
~IgnorePixelMaskGenerator () override | |
template<typename TPixel , unsigned int VImageDimension> | |
void | InternalCalculateMask (typename itk::Image< TPixel, VImageDimension > *image) |
Protected Member Functions inherited from mitk::MaskGenerator | |
MaskGenerator () | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::MaskGenerator | |
unsigned int | m_TimeStep |
mitk::Image::ConstPointer | m_inputImage |
The IgnorePixelMaskGenerator class is used to generate a mask that is zero for specific pixel values in the input image. This class requires an input image.
Definition at line 28 of file mitkIgnorePixelMaskGenerator.h.
typedef itk::SmartPointer< const Self > mitk::IgnorePixelMaskGenerator::ConstPointer |
Definition at line 35 of file mitkIgnorePixelMaskGenerator.h.
Definition at line 34 of file mitkIgnorePixelMaskGenerator.h.
typedef double mitk::IgnorePixelMaskGenerator::RealType |
Definition at line 36 of file mitkIgnorePixelMaskGenerator.h.
Standard Self typedef
Definition at line 32 of file mitkIgnorePixelMaskGenerator.h.
Definition at line 33 of file mitkIgnorePixelMaskGenerator.h.
|
inlineprotected |
Definition at line 59 of file mitkIgnorePixelMaskGenerator.h.
References mitk::Image::New().
|
inlineoverrideprotected |
Definition at line 67 of file mitkIgnorePixelMaskGenerator.h.
|
virtual |
Runtime information support.
Reimplemented from mitk::MaskGenerator.
|
overridevirtual |
Computes and returns the mask.
Implements mitk::MaskGenerator.
|
protected |
|
static |
Method for creation through the object factory.
void mitk::IgnorePixelMaskGenerator::SetIgnoredPixelValue | ( | RealType | pixelValue | ) |
The mask will be 0 there inputImage==pixelValue and 1 otherwise.
|
overridevirtual |
SetTimeStep is used to set the time step for which the mask is to be generated.
timeStep |
Reimplemented from mitk::MaskGenerator.