 |
VTK
9.1.0
|
Go to the documentation of this file.
84 #ifndef vtkButterflySubdivisionFilter_h
85 #define vtkButterflySubdivisionFilter_h
87 #include "vtkFiltersModelingModule.h"
114 void GenerateButterflyStencil(
116 void GenerateLoopStencil(
118 void GenerateBoundaryStencil(
represent and manipulate 3D points
virtual int GenerateSubdivisionPoints(vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD)=0
generate a subdivision surface using the Butterfly Scheme
represent and manipulate point attribute data
vtkButterflySubdivisionFilter()=default
a simple class to control print indentation
object to represent cell connectivity
dynamic, self-adjusting array of int
list of point or cell ids
static vtkButterflySubdivisionFilter * New()
Construct object with NumberOfSubdivisions set to 1.
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent) override
Construct object with NumberOfSubdivisions set to 1.
~vtkButterflySubdivisionFilter() override=default
generate a subdivision surface using an Interpolating Scheme