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