41#ifndef vtkFindCellStrategy_h
42#define vtkFindCellStrategy_h
44#include "vtkCommonDataModelModule.h"
75 double tol2,
int& subId,
double pcoords[3],
double* weights) = 0;
abstract class to specify cell behavior
helper class to manage the vtkPointSet::FindCell() METHOD
vtkTimeStamp InitializeTime
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methdos for type information and printing.
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.
virtual int Initialize(vtkPointSet *ps)
All subclasses of this class must provide an initialize method.
~vtkFindCellStrategy() override
provides thread-safe access to cells
a simple class to control print indentation
abstract base class for most VTK objects
concrete class for storing a set of points
record modification and/or execution time