VTK  9.3.20240423
Classes | Macros
vtkContourLoopExtraction.h File Reference
#include "vtkFiltersModelingModule.h"
#include "vtkPolyDataAlgorithm.h"
Include dependency graph for vtkContourLoopExtraction.h:

Go to the source code of this file.

Classes

class  vtkContourLoopExtraction
 extract closed loops (polygons) from lines and polylines More...
 

Macros

#define VTK_LOOP_CLOSURE_OFF   0
 
#define VTK_LOOP_CLOSURE_BOUNDARY   1
 
#define VTK_LOOP_CLOSURE_ALL   2
 
#define VTK_OUTPUT_POLYGONS   0
 
#define VTK_OUTPUT_POLYLINES   1
 
#define VTK_OUTPUT_BOTH   2
 

Macro Definition Documentation

◆ VTK_LOOP_CLOSURE_OFF

#define VTK_LOOP_CLOSURE_OFF   0

Definition at line 68 of file vtkContourLoopExtraction.h.

◆ VTK_LOOP_CLOSURE_BOUNDARY

#define VTK_LOOP_CLOSURE_BOUNDARY   1

Definition at line 69 of file vtkContourLoopExtraction.h.

◆ VTK_LOOP_CLOSURE_ALL

#define VTK_LOOP_CLOSURE_ALL   2

Definition at line 70 of file vtkContourLoopExtraction.h.

◆ VTK_OUTPUT_POLYGONS

#define VTK_OUTPUT_POLYGONS   0

Definition at line 72 of file vtkContourLoopExtraction.h.

◆ VTK_OUTPUT_POLYLINES

#define VTK_OUTPUT_POLYLINES   1

Definition at line 73 of file vtkContourLoopExtraction.h.

◆ VTK_OUTPUT_BOTH

#define VTK_OUTPUT_BOTH   2

Definition at line 74 of file vtkContourLoopExtraction.h.