Fills a given mitk::ContourModelSet into a given mitk::Image.
More...
#include <mitkContourModelSetToImageFilter.h>
◆ ContourModelSetToImageFilter()
mitk::ContourModelSetToImageFilter::ContourModelSetToImageFilter |
( |
| ) |
|
|
protected |
◆ ~ContourModelSetToImageFilter()
mitk::ContourModelSetToImageFilter::~ContourModelSetToImageFilter |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer mitk::ContourModelSetToImageFilter::Clone |
( |
| ) |
const |
◆ GenerateData()
void mitk::ContourModelSetToImageFilter::GenerateData |
( |
| ) |
|
|
override |
◆ GenerateInputRequestedRegion()
void mitk::ContourModelSetToImageFilter::GenerateInputRequestedRegion |
( |
| ) |
|
|
override |
◆ GenerateOutputInformation()
void mitk::ContourModelSetToImageFilter::GenerateOutputInformation |
( |
| ) |
|
|
override |
◆ GetImage()
const mitk::Image* mitk::ContourModelSetToImageFilter::GetImage |
( |
void |
| ) |
|
◆ GetInput()
◆ GetMakeOutputBinary()
virtual bool mitk::ContourModelSetToImageFilter::GetMakeOutputBinary |
( |
| ) |
|
|
virtual |
◆ GetMakeOutputLabelPixelType()
virtual bool mitk::ContourModelSetToImageFilter::GetMakeOutputLabelPixelType |
( |
| ) |
|
|
virtual |
◆ GetPaintingPixelValue()
virtual int mitk::ContourModelSetToImageFilter::GetPaintingPixelValue |
( |
| ) |
|
|
virtual |
◆ InitializeOutputEmpty()
void mitk::ContourModelSetToImageFilter::InitializeOutputEmpty |
( |
| ) |
|
|
protected |
Initializes the volume of the output image with zeros.
◆ MakeOutput() [1/2]
This is a default implementation to make sure we have something. Once all the subclasses of ProcessObject provide an appropriate MakeOutput(), then ProcessObject::MakeOutput() can be made pure virtual.
Reimplemented from mitk::ImageSource.
◆ MakeOutput() [2/2]
itk::DataObject::Pointer mitk::ContourModelSetToImageFilter::MakeOutput |
( |
DataObjectPointerArraySizeType |
idx | ) |
|
|
overridevirtual |
Allocates a new output object and returns it. Currently the index idx is not evaluated.
- Parameters
-
idx | the index of the output for which an object should be created |
- Returns
- the new object
Reimplemented from mitk::ImageSource.
◆ MakeOutputBinaryOff()
virtual void mitk::ContourModelSetToImageFilter::MakeOutputBinaryOff |
( |
| ) |
|
|
virtual |
◆ MakeOutputBinaryOn()
virtual void mitk::ContourModelSetToImageFilter::MakeOutputBinaryOn |
( |
| ) |
|
|
virtual |
◆ MakeOutputLabelPixelTypeOff()
virtual void mitk::ContourModelSetToImageFilter::MakeOutputLabelPixelTypeOff |
( |
| ) |
|
|
virtual |
◆ MakeOutputLabelPixelTypeOn()
virtual void mitk::ContourModelSetToImageFilter::MakeOutputLabelPixelTypeOn |
( |
| ) |
|
|
virtual |
◆ mitkClassMacro()
◆ New()
static Pointer mitk::ContourModelSetToImageFilter::New |
( |
| ) |
|
|
static |
◆ SetImage()
void mitk::ContourModelSetToImageFilter::SetImage |
( |
const mitk::Image * |
refImage | ) |
|
Set the image which will be used to initialize the output of this filter.
- Parameters
-
refImage | the image used to initialize the output image |
◆ SetInput()
◆ SetMakeOutputBinary()
virtual void mitk::ContourModelSetToImageFilter::SetMakeOutputBinary |
( |
bool |
makeOutputBinary | ) |
|
|
virtual |
◆ SetMakeOutputLabelPixelType()
virtual void mitk::ContourModelSetToImageFilter::SetMakeOutputLabelPixelType |
( |
bool |
makeOutputLabelPixelType | ) |
|
|
virtual |
◆ SetPaintingPixelValue()
virtual void mitk::ContourModelSetToImageFilter::SetPaintingPixelValue |
( |
int |
_arg | ) |
|
|
virtual |
◆ SetTimeStep()
virtual void mitk::ContourModelSetToImageFilter::SetTimeStep |
( |
unsigned int |
_arg | ) |
|
|
virtual |
◆ m_MakeOutputBinary
bool mitk::ContourModelSetToImageFilter::m_MakeOutputBinary |
|
protected |
◆ m_MakeOutputLabelPixelType
bool mitk::ContourModelSetToImageFilter::m_MakeOutputLabelPixelType |
|
protected |
◆ m_PaintingPixelValue
int mitk::ContourModelSetToImageFilter::m_PaintingPixelValue |
|
protected |
◆ m_ReferenceImage
const mitk::Image* mitk::ContourModelSetToImageFilter::m_ReferenceImage |
|
protected |
◆ m_TimeStep
unsigned int mitk::ContourModelSetToImageFilter::m_TimeStep |
|
protected |
The documentation for this class was generated from the following file: