34 #ifndef vtkLinearSubdivisionFilter_h
35 #define vtkLinearSubdivisionFilter_h
37 #include "vtkFiltersModelingModule.h"
virtual int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)=0
represent and manipulate point attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
dynamic, self-adjusting array of int
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
generate a subdivision surface using the Linear Scheme
generate a subdivision surface using an Interpolating Scheme
represent and manipulate 3D points