48 #ifndef vtkButterflySubdivisionFilter_h
49 #define vtkButterflySubdivisionFilter_h
51 #include "vtkFiltersModelingModule.h"
78 void GenerateButterflyStencil(
80 void GenerateLoopStencil(
82 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