36 #ifndef __vtkContourTriangulator_h
37 #define __vtkContourTriangulator_h
39 #include "vtkFiltersGeneralModule.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkGetMacro(TriangulationError,
int);
61 vtkSetMacro(TriangulationErrorDisplay,
int);
62 vtkBooleanMacro(TriangulationErrorDisplay,
int);
63 vtkGetMacro(TriangulationErrorDisplay,
int);
70 static int TriangulatePolygon(
71 vtkIdList *polygon, vtkPoints *points,
vtkCellArray *triangles);
79 static int TriangulateContours(
80 vtkPolyData *data, vtkIdType firstLine, vtkIdType numLines,
89 vtkInformation* request, vtkInformationVector** inputVector,
90 vtkInformationVector* outputVector);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
Fill all 2D contours to create polygons.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
int TriangulationErrorDisplay
object to represent cell connectivity