27 #ifndef vtkApproximatingSubdivisionFilter_h
28 #define vtkApproximatingSubdivisionFilter_h
30 #include "vtkFiltersGeneralModule.h"
51 vtkGetMacro(NumberOfSubdivisions,
int);
59 virtual
int GenerateSubdivisionPoints (
vtkPolyData *inputDS,
70 int NumberOfSubdivisions;
represent and manipulate point attribute data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
represent and manipulate cell attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of int
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
generate a subdivision surface using an Approximating Scheme
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
~vtkApproximatingSubdivisionFilter() override
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.