 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkCellLocatorStrategy_h
29 #define vtkCellLocatorStrategy_h
31 #include "vtkCommonDataModelModule.h"
62 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
implement a specific vtkPointSet::FindCell() strategy based on using a cell locator
helper class to manage the vtkPointSet::FindCell() METHOD
abstract class to specify cell behavior
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract base class for locators which find cells
abstract class for specifying dataset behavior
virtual vtkIdType FindCell(double x[3], vtkCell *cell, vtkGenericCell *gencell, vtkIdType cellId, double tol2, int &subId, double pcoords[3], double *weights)=0
Virtual method for finding a cell.
provides thread-safe access to cells
vtkAbstractCellLocator * CellLocator
virtual int Initialize(vtkPointSet *ps)
All subclasses of this class must provide an initialize method.