#include <vtkLoopSubdivisionFilter.h>
Inheritance diagram for vtkLoopSubdivisionFilter:
[NOHEADER] | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkLoopSubdivisionFilter * | New () |
int | IsTypeOf (const char *type) |
vtkLoopSubdivisionFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkLoopSubdivisionFilter () | |
~vtkLoopSubdivisionFilter () | |
void | GenerateSubdivisionPoints (vtkPolyData *inputDS, vtkIntArray *edgeData, vtkPoints *outputPts, vtkPointData *outputPD) |
void | GenerateEvenStencil (vtkIdType p1, vtkPolyData *polys, vtkIdList *stencilIds, float *weights) |
void | GenerateOddStencil (vtkIdType p1, vtkIdType 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.
Definition at line 82 of file vtkLoopSubdivisionFilter.h.
|
Definition at line 92 of file vtkLoopSubdivisionFilter.h. |
|
Definition at line 93 of file vtkLoopSubdivisionFilter.h. |
|
Construct object with NumberOfSubdivisions set to 1. 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 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. |
|
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. |
|
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. |
|
Reimplemented from vtkApproximatingSubdivisionFilter. |
|
|
|
|
|
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. |