46 #ifndef vtkSelectEnclosedPoints_h
47 #define vtkSelectEnclosedPoints_h
49 #include "vtkFiltersModelingModule.h"
100 vtkGetMacro(InsideOut,
int);
110 vtkGetMacro(CheckSurface,
int);
125 vtkGetMacro(Tolerance,
double);
136 int IsInsideSurface(
double x,
double y,
double z);
137 int IsInsideSurface(
double x[3]);
vtkUnsignedCharArray * InsideOutsideArray
void ReportReferences(vtkGarbageCollector *) 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
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
dynamic, self-adjusting array of unsigned char
vtkCellLocator * CellLocator
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()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.