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