30 #ifndef __vtkTriangleFilter_h
31 #define __vtkTriangleFilter_h
33 #include "vtkFiltersCoreModule.h"
34 #include "vtkPolyDataAlgorithm.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkBooleanMacro(PassVerts,
int);
49 vtkSetMacro(PassVerts,
int);
50 vtkGetMacro(PassVerts,
int);
58 vtkBooleanMacro(PassLines,
int);
59 vtkSetMacro(PassLines,
int);
60 vtkGetMacro(PassLines,
int);
68 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
convert input polygons and strips to triangles