37 #ifndef vtkContourTriangulator_h 38 #define vtkContourTriangulator_h 40 #include "vtkFiltersGeneralModule.h" 57 vtkGetMacro(TriangulationError,
int);
66 vtkSetMacro(TriangulationErrorDisplay,
vtkTypeBool);
67 vtkBooleanMacro(TriangulationErrorDisplay,
vtkTypeBool);
68 vtkGetMacro(TriangulationErrorDisplay,
vtkTypeBool);
76 static int TriangulatePolygon(
85 static int TriangulateContours(
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
Fill all 2D contours to create polygons.
static vtkPolyDataAlgorithm * New()
vtkTypeBool TriangulationErrorDisplay
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
object to represent cell connectivity
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.