80 #ifndef __vtkSelectPolyData_h
81 #define __vtkSelectPolyData_h
86 #define VTK_INSIDE_SMALLEST_REGION 0
87 #define VTK_INSIDE_LARGEST_REGION 1
88 #define VTK_INSIDE_CLOSEST_POINT_REGION 2
148 const char *GetSelectionModeAsString();
179 double ClosestPoint[3];
196 return "InsideSmallestRegion";
200 return "InsideLargestRegion";
204 return "InsideClosestPointRegion";
void SetSelectionModeToClosestPointRegion()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
int GenerateSelectionScalars
#define VTKFILTERSMODELING_EXPORT
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
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()
#define vtkGetVector3Macro(name, type)
const char * GetSelectionModeAsString()
#define vtkGetObjectMacro(name, type)
select portion of polygonal mesh; generate selection scalars
void SetSelectionModeToLargestRegion()
#define VTK_INSIDE_LARGEST_REGION
#define VTK_INSIDE_SMALLEST_REGION
#define vtkBooleanMacro(name, type)
#define vtkSetVector3Macro(name, type)
#define VTK_INSIDE_CLOSEST_POINT_REGION
int GenerateUnselectedOutput
represent and manipulate 3D points
#define vtkSetMacro(name, type)