|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkContourTriangulator_h 
   35 #define vtkContourTriangulator_h 
   37 #include "vtkFiltersGeneralModule.h"  
   54   vtkGetMacro(TriangulationError, 
int);
 
   63   vtkSetMacro(TriangulationErrorDisplay, 
vtkTypeBool);
 
   64   vtkBooleanMacro(TriangulationErrorDisplay, 
vtkTypeBool);
 
   65   vtkGetMacro(TriangulationErrorDisplay, 
vtkTypeBool);
 
  
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.
vtkTypeBool TriangulationErrorDisplay
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
object to represent cell connectivity
list of point or cell ids
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.