Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkSelectPolyData.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Include dependency graph for vtkSelectPolyData.h:

Include dependency graph

Go to the source code of this file.

Classes

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

Defines

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


Define Documentation

#define VTK_INSIDE_SMALLEST_REGION   0
 

Definition at line 97 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::SetSelectionModeToSmallestRegion().

#define VTK_INSIDE_LARGEST_REGION   1
 

Definition at line 98 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::SetSelectionModeToLargestRegion().

#define VTK_INSIDE_CLOSEST_POINT_REGION   2
 

Definition at line 99 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::SetSelectionModeToClosestPointRegion().