 |
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;
implement a specific vtkPointSet::FindCell() strategy based on using a cell locator
static vtkCellLocatorStrategy * New()
Construct a vtkFindCellStrategy subclass.
helper class to manage the vtkPointSet::FindCell() METHOD
~vtkCellLocatorStrategy() override
abstract class to specify cell behavior
a simple class to control print indentation
virtual void SetCellLocator(vtkAbstractCellLocator *)
Set / get an instance of vtkAbstractCellLocator which is used to implement the strategy for FindCell(...
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
int Initialize(vtkPointSet *ps) override
Provide necessary initialization method (see superclass for more information).
abstract class for specifying dataset behavior
provides thread-safe access to cells
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.
vtkAbstractCellLocator * CellLocator