29 #ifndef __vtkTriangleFilter_h
30 #define __vtkTriangleFilter_h
43 vtkBooleanMacro(PassVerts,
int);
44 vtkSetMacro(PassVerts,
int);
45 vtkGetMacro(PassVerts,
int);
50 vtkBooleanMacro(PassLines,
int);
51 vtkSetMacro(PassLines,
int);
52 vtkGetMacro(PassLines,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
create triangle polygons from input polygons and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation