#include <vtkButterflySubdivisionFilter.h>
Inheritance diagram for vtkButterflySubdivisionFilter:
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 67 of file vtkButterflySubdivisionFilter.h.
[NOHEADER] | |
typedef vtkInterpolatingSubdivisionFilter | Superclass |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkButterflySubdivisionFilter * | New () |
int | IsTypeOf (const char *type) |
vtkButterflySubdivisionFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkButterflySubdivisionFilter () | |
~vtkButterflySubdivisionFilter () |
|
Reimplemented from vtkInterpolatingSubdivisionFilter. Definition at line 73 of file vtkButterflySubdivisionFilter.h. |
|
Definition at line 77 of file vtkButterflySubdivisionFilter.h. |
|
Definition at line 78 of file vtkButterflySubdivisionFilter.h. |
|
Construct object with NumberOfSubdivisions set to 1. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkInterpolatingSubdivisionFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkInterpolatingSubdivisionFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkInterpolatingSubdivisionFilter. |
|
Reimplemented from vtkInterpolatingSubdivisionFilter. |