Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkContourModelSubDivisionFilter_h
14 #define mitkContourModelSubDivisionFilter_h
39 itkFactorylessNewMacro(
Self);
51 using Superclass::SetInput;
53 virtual void SetInput(
const InputType *input);
55 virtual void SetInput(
unsigned int idx,
const InputType *input);
57 const InputType *GetInput(
void);
59 const InputType *GetInput(
unsigned int idx);
68 void GenerateData()
override;
int m_InterpolationIterations
OutputType::Pointer OutputTypePointer
void SetNumberOfIterations(int iterations)
Set the number of iterations for inserting new interpolated control points.
Find image slices visible on a given plane.
This filter interpolates a subdivision curve between control points of the contour....
Superclass of all classes generating some kind of mitk::BaseData.
void GenerateOutputInformation() override
mitk::ContourModel InputType
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
#define mitkClassMacro(className, SuperClassName)
#define MITKCONTOURMODEL_EXPORT
Superclass of all classes generating ContourModels.