13 #ifndef mitkContourModelSubDivisionFilter_h
14 #define mitkContourModelSubDivisionFilter_h
39 itkFactorylessNewMacro(Self);
51 using Superclass::SetInput;
#define MITKCONTOURMODEL_EXPORT
Superclass of all classes generating ContourModels.
This filter interpolates a subdivision curve between control points of the contour....
int m_InterpolationIterations
void SetNumberOfIterations(int iterations)
Set the number of iterations for inserting new interpolated control points.
const InputType * GetInput(void)
virtual void SetInput(unsigned int idx, const InputType *input)
mitk::ContourModel InputType
virtual void SetInput(const InputType *input)
mitkClassMacro(ContourModelSubDivisionFilter, ContourModelSource)
OutputType::Pointer OutputTypePointer
void GenerateData() override
~ContourModelSubDivisionFilter() override
const InputType * GetInput(unsigned int idx)
void GenerateOutputInformation() override
ContourModelSubDivisionFilter()
ContourModel is a structure of linked vertices defining a contour in 3D space. The vertices are store...
Find image slices visible on a given plane.