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

Go to the source code of this file.

Classes

class  vtkSelectPolyData
 select portion of polygonal mesh; generate selection scalars More...
 

Macros

#define VTK_INSIDE_SMALLEST_REGION   0
 
#define VTK_INSIDE_LARGEST_REGION   1
 
#define VTK_INSIDE_CLOSEST_POINT_REGION   2
 
#define VTK_GREEDY_EDGE_SEARCH   0
 
#define VTK_DIJKSTRA_EDGE_SEARCH   1
 

Macro Definition Documentation

◆ VTK_INSIDE_SMALLEST_REGION

#define VTK_INSIDE_SMALLEST_REGION   0

Definition at line 105 of file vtkSelectPolyData.h.

◆ VTK_INSIDE_LARGEST_REGION

#define VTK_INSIDE_LARGEST_REGION   1

Definition at line 106 of file vtkSelectPolyData.h.

◆ VTK_INSIDE_CLOSEST_POINT_REGION

#define VTK_INSIDE_CLOSEST_POINT_REGION   2

Definition at line 107 of file vtkSelectPolyData.h.

◆ VTK_GREEDY_EDGE_SEARCH

#define VTK_GREEDY_EDGE_SEARCH   0

Definition at line 109 of file vtkSelectPolyData.h.

◆ VTK_DIJKSTRA_EDGE_SEARCH

#define VTK_DIJKSTRA_EDGE_SEARCH   1

Definition at line 110 of file vtkSelectPolyData.h.