32#ifndef vtkClosestNPointsStrategy_h
33#define vtkClosestNPointsStrategy_h
36#include "vtkCommonDataModelModule.h"
61 double tol2,
int& subId,
double pcoords[3],
double* weights)
override;
abstract class to specify cell behavior
static vtkClosestNPointsStrategy * New()
Construct a vtkFindCellStrategy subclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
void CopyParameters(vtkFindCellStrategy *from) override
Copy essential parameters between instances of this class.
~vtkClosestNPointsStrategy() override
vtkClosestNPointsStrategy()
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.
int Initialize(vtkPointSet *ps) override
Provide the necessary initialization method (see superclass for more information).
vtkClosestPointStrategy()
provides thread-safe access to cells
a simple class to control print indentation