49 #ifndef vtkLoopSubdivisionFilter_h
50 #define vtkLoopSubdivisionFilter_h
52 #include "vtkFiltersModelingModule.h"
generate a subdivision surface using an Approximating Scheme
list of point or cell ids
dynamic, self-adjusting array of int
generate a subdivision surface using the Loop Scheme
void GenerateOddStencil(vtkIdType p1, vtkIdType p2, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
~vtkLoopSubdivisionFilter()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkLoopSubdivisionFilter()
int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)
static vtkLoopSubdivisionFilter * New()
Construct object with NumberOfSubdivisions set to 1.
void GenerateEvenStencil(vtkIdType p1, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
represent and manipulate point attribute data
represent and manipulate 3D points
concrete dataset represents vertices, lines, polygons, and triangle strips