Go to the documentation of this file.
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";
represent and manipulate 3D points
virtual void SetLoop(vtkPoints *)
#define vtkGetObjectMacro(name, type)
int GenerateUnselectedOutput
#define VTK_INSIDE_LARGEST_REGION
#define vtkSetVector3Macro(name, type)
vtkPolyData * GetUnselectedOutput()
#define vtkTypeMacro(thisClass, superclass)
void SetSelectionModeToClosestPointRegion()
unsigned long int GetMTime()
int GenerateSelectionScalars
vtkPolyData * GetSelectionEdges()
dynamic, self-adjusting array of char
#define VTK_INSIDE_CLOSEST_POINT_REGION
#define vtkSetClampMacro(name, type, min, max)
#define vtkGetVector3Macro(name, type)
#define VTK_INSIDE_SMALLEST_REGION
a simple class to control print indentation
list of point or cell ids
#define vtkGetMacro(name, type)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetSelectionModeToLargestRegion()
void SetSelectionModeToSmallestRegion()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
select portion of polygonal mesh; generate selection scalars
const char * GetSelectionModeAsString()
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTKFILTERSMODELING_EXPORT
static vtkSelectPolyData * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.