Go to the documentation of this file.
27 #ifndef vtkApproximatingSubdivisionFilter_h
28 #define vtkApproximatingSubdivisionFilter_h
30 #include "vtkFiltersGeneralModule.h"
51 vtkGetMacro(NumberOfSubdivisions,
int);
represent and manipulate 3D points
represent and manipulate point attribute data
void GenerateSubdivisionCells(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkCellArray *outputPolys, vtkCellData *outputCD)
~vtkApproximatingSubdivisionFilter() override
vtkApproximatingSubdivisionFilter()
generate a subdivision surface using an Approximating Scheme
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIdType InterpolatePosition(vtkPoints *inputPts, vtkPoints *outputPts, vtkIdList *stencil, double *weights)
concrete dataset represents vertices, lines, polygons, and triangle strips
int FindEdge(vtkPolyData *mesh, vtkIdType cellId, vtkIdType p1, vtkIdType p2, vtkIntArray *edgeData, vtkIdList *cellIds)
virtual int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)=0
Superclass for algorithms that produce only polydata as output.