66#ifndef vtkLoopSubdivisionFilter_h 
   67#define vtkLoopSubdivisionFilter_h 
   70#include "vtkFiltersModelingModule.h"  
   72VTK_ABI_NAMESPACE_BEGIN
 
generate a subdivision surface using an Approximating Scheme
 
list of point or cell ids
 
a simple class to control print indentation
 
dynamic, self-adjusting array of int
 
generate a subdivision surface using the Loop Scheme
 
int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD) override
 
~vtkLoopSubdivisionFilter() override=default
 
vtkLoopSubdivisionFilter()=default
 
void GenerateOddStencil(vtkIdType p1, vtkIdType p2, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
 
static vtkLoopSubdivisionFilter * New()
Construct object with NumberOfSubdivisions set to 1.
 
int GenerateEvenStencil(vtkIdType p1, vtkPolyData *polys, vtkIdList *stencilIds, double *weights)
 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Construct object with NumberOfSubdivisions set to 1.
 
represent and manipulate point attribute data
 
represent and manipulate 3D points
 
concrete dataset represents vertices, lines, polygons, and triangle strips