|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   49 #ifndef vtkSelectEnclosedPoints_h 
   50 #define vtkSelectEnclosedPoints_h 
   53 #include "vtkFiltersModelingModule.h"  
  130   vtkGetMacro(Tolerance, 
double);
 
  141   int IsInsideSurface(
double x[3]);
 
  142   int IsInsideSurface(
double x, 
double y, 
double z);
 
  156   static int IsInsideSurface(
double x[3], 
vtkPolyData* surface, 
double bds[6], 
double length,
 
  
dynamic, self-adjusting array of unsigned char
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkUnsignedCharArray * InsideOutsideArray
Superclass for algorithms that produce output of the same type as input.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
static vtkDataSetAlgorithm * New()
list of point or cell ids
vtkStaticCellLocator * CellLocator
an abstract base class for locators which find cells
Detect and break reference loops.
void ReportReferences(vtkGarbageCollector *) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
mark points as to whether they are inside a closed surface
concrete dataset represents vertices, lines, polygons, and triangle strips
provides thread-safe access to cells
perform fast cell location operations
convenience class to quickly generate a pool of random numbers
Fast simple class for dealing with ray intersections.