30 #ifndef vtkTriangleFilter_h
31 #define vtkTriangleFilter_h
48 vtkBooleanMacro(PassVerts,
int);
49 vtkSetMacro(PassVerts,
int);
50 vtkGetMacro(PassVerts,
int);
58 vtkBooleanMacro(PassLines,
int);
59 vtkSetMacro(PassLines,
int);
60 vtkGetMacro(PassLines,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
convert input polygons and strips to triangles
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