|
VTK
|
generate a subdivision surface using the Butterfly Scheme More...
#include <vtkButterflySubdivisionFilter.h>
Additional Inherited Members | |
Public Types inherited from vtkInterpolatingSubdivisionFilter | |
| typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions inherited from vtkInterpolatingSubdivisionFilter | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetNumberOfSubdivisions (int) |
| virtual int | GetNumberOfSubdivisions () |
Static Public Member Functions inherited from vtkInterpolatingSubdivisionFilter | |
| static int | IsTypeOf (const char *type) |
| static vtkInterpolatingSubdivisionFilter * | SafeDownCast (vtkObject *o) |
Public Attributes inherited from vtkAlgorithm | |
| int | AbortExecute |
Static Protected Member Functions inherited from vtkAlgorithm | |
| static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
Protected Attributes inherited from vtkInterpolatingSubdivisionFilter | |
| int | NumberOfSubdivisions |
Static Protected Attributes inherited from vtkAlgorithm | |
| static vtkExecutive * | DefaultExecutivePrototype |
Friends inherited from vtkObject | |
generate a subdivision surface using the Butterfly Scheme
vtkButterflySubdivisionFilter is an interpolating subdivision scheme that creates four new triangles for each triangle in the mesh. The user can specify the NumberOfSubdivisions. This filter implements the 8-point butterfly scheme described in: Zorin, D., Schroder, P., and Sweldens, W., "Interpolating Subdivisions for Meshes with Arbitrary Topology," Computer Graphics Proceedings, Annual Conference Series, 1996, ACM SIGGRAPH, pp.189-192. This scheme improves previous butterfly subdivisions with special treatment of vertices with valence other than 6.
Currently, the filter only operates on triangles. Users should use the vtkTriangleFilter to triangulate meshes that contain polygons or triangle strips.
The filter interpolates point data using the same scheme. New triangles created at a subdivision step will have the cell data of their parent cell.
Definition at line 56 of file vtkButterflySubdivisionFilter.h.
Construct object with NumberOfSubdivisions set to 1.
Definition at line 62 of file vtkButterflySubdivisionFilter.h.
|
inlineprotected |
Definition at line 66 of file vtkButterflySubdivisionFilter.h.
|
inlineprotected |
Definition at line 67 of file vtkButterflySubdivisionFilter.h.
|
static |
Construct object with NumberOfSubdivisions set to 1.
|
virtual |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from vtkInterpolatingSubdivisionFilter.
|
static |
Construct object with NumberOfSubdivisions set to 1.
|
virtual |
Construct object with NumberOfSubdivisions set to 1.
Reimplemented from vtkInterpolatingSubdivisionFilter.
|
static |
Construct object with NumberOfSubdivisions set to 1.
1.8.4