#include <vtkTriangleFilter.h>
vtkTriangleFilter generates triangles from input polygons and triangle strips. The filter also will pass through vertices and lines, if requested.
Definition at line 34 of file vtkTriangleFilter.h.
Public Types | |
typedef vtkPolyDataAlgorithm | 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 | |
static vtkTriangleFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkTriangleFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTriangleFilter () | |
~vtkTriangleFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | PassVerts |
int | PassLines |
vtkTriangleFilter::vtkTriangleFilter | ( | ) | [inline, protected] |
Definition at line 56 of file vtkTriangleFilter.h.
vtkTriangleFilter::~vtkTriangleFilter | ( | ) | [inline, protected] |
Definition at line 57 of file vtkTriangleFilter.h.
static vtkTriangleFilter* vtkTriangleFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual const char* vtkTriangleFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkTriangleFilter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkPolyDataAlgorithm.
virtual int vtkTriangleFilter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkPolyDataAlgorithm.
static vtkTriangleFilter* vtkTriangleFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
void vtkTriangleFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkPolyDataAlgorithm.
virtual void vtkTriangleFilter::PassVertsOn | ( | ) | [virtual] |
Turn on/off passing vertices through filter.
virtual void vtkTriangleFilter::PassVertsOff | ( | ) | [virtual] |
Turn on/off passing vertices through filter.
virtual void vtkTriangleFilter::SetPassVerts | ( | int | ) | [virtual] |
Turn on/off passing vertices through filter.
virtual int vtkTriangleFilter::GetPassVerts | ( | ) | [virtual] |
Turn on/off passing vertices through filter.
virtual void vtkTriangleFilter::PassLinesOn | ( | ) | [virtual] |
Turn on/off passing lines through filter.
virtual void vtkTriangleFilter::PassLinesOff | ( | ) | [virtual] |
Turn on/off passing lines through filter.
virtual void vtkTriangleFilter::SetPassLines | ( | int | ) | [virtual] |
Turn on/off passing lines through filter.
virtual int vtkTriangleFilter::GetPassLines | ( | ) | [virtual] |
Turn on/off passing lines through filter.
int vtkTriangleFilter::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
int vtkTriangleFilter::PassVerts [protected] |
Definition at line 62 of file vtkTriangleFilter.h.
int vtkTriangleFilter::PassLines [protected] |
Definition at line 63 of file vtkTriangleFilter.h.