78 #ifndef vtkSelectPolyData_h
79 #define vtkSelectPolyData_h
81 #include "vtkFiltersModelingModule.h"
84 #define VTK_INSIDE_SMALLEST_REGION 0
85 #define VTK_INSIDE_LARGEST_REGION 1
86 #define VTK_INSIDE_CLOSEST_POINT_REGION 2
114 vtkGetMacro(GenerateSelectionScalars,
int);
124 vtkGetMacro(InsideOut,
int);
141 vtkSetVector3Macro(ClosestPoint,
double);
142 vtkGetVector3Macro(ClosestPoint,
double);
149 vtkSetClampMacro(SelectionMode,
int,
151 vtkGetMacro(SelectionMode,
int);
158 const char *GetSelectionModeAsString();
167 vtkGetMacro(GenerateUnselectedOutput,
int);
187 ~vtkSelectPolyData() VTK_OVERRIDE;
191 int GenerateSelectionScalars;
195 double ClosestPoint[3];
196 int GenerateUnselectedOutput;
202 vtkSelectPolyData(const vtkSelectPolyData&) VTK_DELETE_FUNCTION;
203 void operator=(const vtkSelectPolyData&) VTK_DELETE_FUNCTION;
210 inline const
char *vtkSelectPolyData::GetSelectionModeAsString(
void)
214 return "InsideSmallestRegion";
218 return "InsideLargestRegion";
222 return "InsideClosestPointRegion";
void SetSelectionModeToClosestPointRegion()
Control how inside/outside of loop is defined.
vtkTypeUInt32 vtkMTimeType
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
dynamic, self-adjusting array of char
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
void SetSelectionModeToSmallestRegion()
Control how inside/outside of loop is defined.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
select portion of polygonal mesh; generate selection scalars
void SetSelectionModeToLargestRegion()
Control how inside/outside of loop is defined.
#define VTK_INSIDE_LARGEST_REGION
#define VTK_INSIDE_SMALLEST_REGION
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
#define VTK_INSIDE_CLOSEST_POINT_REGION
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.