#include <vtkGLUTesselatorTriangleFilter.h>
Inheritance diagram for vtkGLUTesselatorTriangleFilter:
vtkGLUTesselatorTriangleFilter generates triangles from input polygons and triangle strips. The filter also will pass through vertices and lines, if requested.
This filter is a specialized version of vtkTriangleFilter. It uses glu code to perform the tessellation. To use this filter, you will have to link against a GLU library.
Definition at line 40 of file vtkGLUTesselatorTriangleFilter.h.
Public Types | |
typedef vtkPolyDataToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | PassVertsOn () |
virtual void | PassVertsOff () |
virtual void | SetPassVerts (int) |
virtual int | GetPassVerts () |
virtual void | PassLinesOn () |
virtual void | PassLinesOff () |
virtual void | SetPassLines (int) |
virtual int | GetPassLines () |
Static Public Member Functions | |
vtkGLUTesselatorTriangleFilter * | New () |
int | IsTypeOf (const char *type) |
vtkGLUTesselatorTriangleFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkGLUTesselatorTriangleFilter () | |
~vtkGLUTesselatorTriangleFilter () | |
void | Execute () |
Protected Attributes | |
int | PassVerts |
int | PassLines |
GLUtesselator * | GLUTesselator |
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 44 of file vtkGLUTesselatorTriangleFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
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 vtkPolyDataToPolyDataFilter.
|
|
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 vtkPolyDataToPolyDataFilter.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Turn on/off passing vertices through filter. |
|
Turn on/off passing vertices through filter. |
|
Turn on/off passing vertices through filter. |
|
Turn on/off passing vertices through filter. |
|
Turn on/off passing lines through filter. |
|
Turn on/off passing lines through filter. |
|
Turn on/off passing lines through filter. |
|
Turn on/off passing lines through filter. |
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Definition at line 69 of file vtkGLUTesselatorTriangleFilter.h. |
|
Definition at line 70 of file vtkGLUTesselatorTriangleFilter.h. |
|
Definition at line 71 of file vtkGLUTesselatorTriangleFilter.h. |