49 #ifndef vtkSelectEnclosedPoints_h 50 #define vtkSelectEnclosedPoints_h 52 #include "vtkFiltersModelingModule.h" 131 vtkGetMacro(Tolerance,
double);
142 int IsInsideSurface(
double x[3]);
143 int IsInsideSurface(
double x,
double y,
double z);
157 static int IsInsideSurface(
double x[3],
vtkPolyData *surface,
double bds[6],
vtkUnsignedCharArray * InsideOutsideArray
void ReportReferences(vtkGarbageCollector *) override
convenience class to quickly generate a pool of random numbers
an abstract base class for locators which find cells
mark points as to whether they are inside a closed surface
perform fast cell location operations
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.
vtkStaticCellLocator * CellLocator
Fast simple class for dealing with ray intersections.
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.
dynamic, self-adjusting array of unsigned char
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.