Go to the documentation of this file.
48 #ifndef vtkLoopSubdivisionFilter_h
49 #define vtkLoopSubdivisionFilter_h
represent and manipulate 3D points
void GenerateEvenStencil(vtkIdType p1, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
represent and manipulate point attribute data
generate a subdivision surface using the Loop Scheme
#define vtkTypeMacro(thisClass, superclass)
vtkLoopSubdivisionFilter()
void GenerateOddStencil(vtkIdType p1, vtkIdType p2, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
generate a subdivision surface using an Approximating Scheme
dynamic, self-adjusting array of int
int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)
list of point or cell ids
~vtkLoopSubdivisionFilter()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTKFILTERSMODELING_EXPORT
static vtkLoopSubdivisionFilter * New()