Go to the documentation of this file.
37 #ifndef vtkContourTriangulator_h
38 #define vtkContourTriangulator_h
40 #include "vtkFiltersGeneralModule.h"
57 vtkGetMacro(TriangulationError,
int);
68 vtkGetMacro(TriangulationErrorDisplay,
int);
76 static int TriangulatePolygon(
85 static int TriangulateContours(
97 int TriangulationError;
98 int TriangulationErrorDisplay;
represent and manipulate 3D points
Fill all 2D contours to create polygons.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
object to represent cell connectivity
list of point or cell ids
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.