36 #ifndef vtkButterflySubdivisionFilter_h
37 #define vtkButterflySubdivisionFilter_h
39 #include "vtkFiltersModelingModule.h"
42 VTK_ABI_NAMESPACE_BEGIN
67 void GenerateButterflyStencil(
69 void GenerateLoopStencil(
71 void GenerateBoundaryStencil(
virtual int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)=0
represent and manipulate point attribute data
concrete dataset represents vertices, lines, polygons, and triangle strips
generate a subdivision surface using the Butterfly Scheme
static vtkPolyDataAlgorithm * New()
dynamic, self-adjusting array of int
a simple class to control print indentation
list of point or cell ids
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
generate a subdivision surface using an Interpolating Scheme
represent and manipulate 3D points