#include <vtkLoopSubdivisionFilter.h>
Inheritance diagram for vtkLoopSubdivisionFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
Static Public Methods | |
vtkLoopSubdivisionFilter * | New () |
int | IsTypeOf (const char *type) |
vtkLoopSubdivisionFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkLoopSubdivisionFilter () | |
~vtkLoopSubdivisionFilter () | |
vtkLoopSubdivisionFilter (const vtkLoopSubdivisionFilter &) | |
void | operator= (const vtkLoopSubdivisionFilter &) |
void | GenerateSubdivisionPoints (vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD) |
void | GenerateEvenStencil (int p1, vtkPolyData *polys, vtkIdList *stencilIds, float *weights) |
void | GenerateOddStencil (int p1, int p2, vtkPolyData *polys, vtkIdList *stencilIds, float *weights) |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
The filter only operates on triangles. Users should use the vtkTriangleFilter to triangulate meshes that contain polygons or triangle strips.
The filter approximates point data using the same scheme. New triangles create at a subdivision step will have the cell data of their parent cell.
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkPolyDataSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkApproximatingSubdivisionFilter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkApproximatingSubdivisionFilter. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkApproximatingSubdivisionFilter. |
|
Construct object with NumberOfSubdivisions set to 1. Reimplemented from vtkPolyDataSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkApproximatingSubdivisionFilter. |