Go to the documentation of this file.
30 #ifndef vtkInterpolatingSubdivisionFilter_h
31 #define vtkInterpolatingSubdivisionFilter_h
33 #include "vtkFiltersGeneralModule.h"
represent and manipulate 3D points
virtual int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)=0
represent and manipulate point attribute data
int FindEdge(vtkPolyData *mesh, vtkIdType cellId, vtkIdType p1, vtkIdType p2, vtkIntArray *edgeData, vtkIdList *cellIds)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIdType InterpolatePosition(vtkPoints *inputPts, vtkPoints *outputPts, vtkIdList *stencil, double *weights)
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
vtkInterpolatingSubdivisionFilter()
base class for subvision filters
void GenerateSubdivisionCells(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkCellArray *outputPolys, vtkCellData *outputCD)
concrete dataset represents vertices, lines, polygons, and triangle strips
~vtkInterpolatingSubdivisionFilter() override
generate a subdivision surface using an Interpolating Scheme