80 #ifndef __vtkSelectPolyData_h
81 #define __vtkSelectPolyData_h
85 #define VTK_INSIDE_SMALLEST_REGION 0
86 #define VTK_INSIDE_LARGEST_REGION 1
87 #define VTK_INSIDE_CLOSEST_POINT_REGION 2
110 vtkSetMacro(GenerateSelectionScalars,
int);
111 vtkGetMacro(GenerateSelectionScalars,
int);
112 vtkBooleanMacro(GenerateSelectionScalars,
int);
118 vtkSetMacro(InsideOut,
int);
119 vtkGetMacro(InsideOut,
int);
120 vtkBooleanMacro(InsideOut,
int);
132 vtkSetClampMacro(SelectionMode,
int,
134 vtkGetMacro(SelectionMode,
int);
141 const char *GetSelectionModeAsString();
147 vtkSetMacro(GenerateUnselectedOutput,
int);
148 vtkGetMacro(GenerateUnselectedOutput,
int);
149 vtkBooleanMacro(GenerateUnselectedOutput,
int);
172 double ClosestPoint[3];
189 return "InsideSmallestRegion";
193 return "InsideLargestRegion";
197 return "InsideClosestPointRegion";
void SetSelectionModeToClosestPointRegion()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int GenerateSelectionScalars
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of char
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
list of point or cell ids
void SetSelectionModeToSmallestRegion()
const char * GetSelectionModeAsString()
select portion of polygonal mesh; generate selection scalars
void SetSelectionModeToLargestRegion()
#define VTK_INSIDE_LARGEST_REGION
#define VTK_INSIDE_SMALLEST_REGION
#define VTK_INSIDE_CLOSEST_POINT_REGION
int GenerateUnselectedOutput
represent and manipulate 3D points