Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Graphics/vtkSelectPolyData.h File Reference

#include "vtkPolyDataToPolyDataFilter.h"

Include dependency graph for vtkSelectPolyData.h:

Include dependency graph

Go to the source code of this file.

Compounds

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 100 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::GetSelectionModeAsString(), and vtkSelectPolyData::SetSelectionModeToSmallestRegion().

#define VTK_INSIDE_LARGEST_REGION   1
 

Definition at line 101 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::GetSelectionModeAsString(), and vtkSelectPolyData::SetSelectionModeToLargestRegion().

#define VTK_INSIDE_CLOSEST_POINT_REGION   2
 

Definition at line 102 of file vtkSelectPolyData.h.

Referenced by vtkSelectPolyData::SetSelectionModeToClosestPointRegion().