Go to the documentation of this file.
26 #ifndef vtkApproximatingSubdivisionFilter_h
27 #define vtkApproximatingSubdivisionFilter_h
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate point attribute data
#define vtkTypeMacro(thisClass, superclass)
void GenerateSubdivisionCells(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkCellArray *outputPolys, vtkCellData *outputCD)
vtkApproximatingSubdivisionFilter()
generate a subdivision surface using an Approximating Scheme
GLint GLfloat GLint stencil
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
#define VTKFILTERSGENERAL_EXPORT
#define vtkGetMacro(name, type)
~vtkApproximatingSubdivisionFilter()
vtkSetMacro(IgnoreDriverBugs, bool)
vtkIdType InterpolatePosition(vtkPoints *inputPts, vtkPoints *outputPts, vtkIdList *stencil, double *weights)
concrete dataset represents vertices, lines, polygons, and triangle strips
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.