Go to the documentation of this file.
46 #ifndef vtkSelectEnclosedPoints_h
47 #define vtkSelectEnclosedPoints_h
49 #include "vtkFiltersModelingModule.h"
100 vtkGetMacro(InsideOut,
int);
110 vtkGetMacro(CheckSurface,
int);
125 vtkGetMacro(Tolerance,
double);
int IsSurfaceClosed(vtkPolyData *surface)
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
octree-based spatial search object to quickly locate cells
static vtkSelectEnclosedPoints * New()
Instantiate this class.
int IsInsideSurface(double x[3])
dynamic, self-adjusting array of unsigned char
int IsInsideSurface(double x, double y, double z)
vtkUnsignedCharArray * InsideOutsideArray
~vtkSelectEnclosedPoints()
Superclass for algorithms that produce output of the same type as input.
void Initialize(vtkPolyData *surface)
This is a backdoor that can be used to test many points for containment.
a simple class to control print indentation
list of point or cell ids
vtkPolyData * GetSurface(vtkInformationVector *sourceInfo)
Detect and break reference loops.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetSurfaceData(vtkPolyData *pd)
Set the surface to be used to test for containment.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void ReportReferences(vtkGarbageCollector *) override
vtkSelectEnclosedPoints()
Proxy object to connect input/output ports.
vtkPolyData * GetSurface()
Return a pointer to the enclosing surface.
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
vtkCellLocator * CellLocator
void SetSurfaceConnection(vtkAlgorithmOutput *algOutput)
int IsInside(vtkIdType inputPtId)
Query an input point id as to whether it is inside or outside.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.