43 #ifndef vtkSelectEnclosedPoints_h
44 #define vtkSelectEnclosedPoints_h
46 #include "vtkFiltersModelingModule.h"
97 vtkGetMacro(InsideOut,
int);
107 vtkGetMacro(CheckSurface,
int);
122 vtkGetMacro(Tolerance,
double);
133 int IsInsideSurface(
double x,
double y,
double z);
134 int IsInsideSurface(
double x[3]);
158 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
mark points as to whether they are inside a closed surface
concrete dataset represents vertices, lines, polygons, and triangle strips
Detect and break reference loops.
provides thread-safe access to cells
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
octree-based spatial search object to quickly locate cells
a simple class to control print indentation
list of point or cell ids
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkDataSetAlgorithm * New()