19#ifndef vtkCellLocatorStrategy_h
20#define vtkCellLocatorStrategy_h
22#include "vtkCommonDataModelModule.h"
25VTK_ABI_NAMESPACE_BEGIN
54 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
an abstract base class for locators which find cells
implement a specific vtkPointSet::FindCell() strategy based on using a cell locator
bool InsideCellBounds(double x[3], vtkIdType cellId) override
Implement the specific strategy.
vtkAbstractCellLocator * CellLocator
virtual void SetCellLocator(vtkAbstractCellLocator *)
Set / get an instance of vtkAbstractCellLocator which is used to implement the strategy for FindCell(...
~vtkCellLocatorStrategy() override
static vtkCellLocatorStrategy * New()
Construct a vtkFindCellStrategy subclass.
void CopyParameters(vtkFindCellStrategy *from) override
Copy essential parameters between instances of this class.
int Initialize(vtkPointSet *ps) override
Provide necessary initialization method (see superclass for more information).
vtkIdType FindCell(double x[3], vtkCell *cell, vtkGenericCell *gencell, vtkIdType cellId, double tol2, int &subId, double pcoords[3], double *weights) override
Implement the specific strategy.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
vtkIdType FindClosestPointWithinRadius(double x[3], double radius, double closestPoint[3], vtkGenericCell *cell, vtkIdType &cellId, int &subId, double &dist2, int &inside) override
Implement the specific strategy.
abstract class to specify cell behavior
helper class to manage the vtkPointSet::FindCell() method
provides thread-safe access to cells
a simple class to control print indentation
concrete class for storing a set of points