32 class vtkIncrementalPointLocator;
39 void PrintSelf(ostream& os,
vtkIndent indent);
54 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
56 int EvaluatePosition(
double x[3],
double* closestPoint,
57 int& subId,
double pcoords[3],
58 double& dist2,
double *weights);
59 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
61 virtual double *GetParametricCoords();
69 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
77 vtkIncrementalPointLocator *locator,
vtkCellArray *verts1,
80 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
84 int GetParametricCenter(
double pcoords[3]);
90 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
91 double x[3],
double pcoords[3],
int& subId);
101 void Derivatives(
int subId,
double pcoords[3],
double *values,
102 int dim,
double *derivs);
107 static void InterpolationFunctions(
double pcoords[3],
double weights[1]);
110 static void InterpolationDerivs(
double pcoords[3],
double derivs[3]);
136 pcoords[0] = pcoords[1] = pcoords[2] = 0.0;
virtual void InterpolateFunctions(double pcoords[3], double weights[1])
virtual void InterpolateDerivs(double pcoords[3], double derivs[3])
represent and manipulate point attribute data
int GetParametricCenter(double pcoords[3])
a cell that represents a 3D point
static void InterpolationFunctions(double pcoords[3], double weights[1])
static void InterpolationDerivs(double pcoords[3], double derivs[3])
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
object to represent cell connectivity
represent and manipulate 3D points