Go to the documentation of this file.
29 #ifndef vtkInterpolatingSubdivisionFilter_h
30 #define vtkInterpolatingSubdivisionFilter_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)
#define vtkTypeMacro(thisClass, superclass)
vtkIdType InterpolatePosition(vtkPoints *inputPts, vtkPoints *outputPts, vtkIdList *stencil, double *weights)
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
~vtkInterpolatingSubdivisionFilter()
list of point or cell ids
#define VTKFILTERSGENERAL_EXPORT
vtkInterpolatingSubdivisionFilter()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
void GenerateSubdivisionCells(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkCellArray *outputPolys, vtkCellData *outputCD)
vtkSetMacro(IgnoreDriverBugs, bool)
concrete dataset represents vertices, lines, polygons, and triangle strips
generate a subdivision surface using an Interpolating Scheme
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.