43 void PrintSelf(ostream& os,
vtkIndent indent);
51 vtkCell *GetEdge(
int edgeId);
53 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
57 vtkPointData *inPd, vtkPointData *outPd,
61 vtkPointData *inPd, vtkPointData *outPd,
64 int EvaluatePosition(
double x[3],
double* closestPoint,
65 int& subId,
double pcoords[3],
66 double& dist2,
double *weights);
67 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
72 int GetParametricCenter(
double pcoords[3]);
74 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
75 double x[3],
double pcoords[3],
int& subId);
77 void Derivatives(
int subId,
double pcoords[3],
double *values,
78 int dim,
double *derivs);
79 virtual double *GetParametricCoords();
83 static void InterpolationFunctions(
double pcoords[3],
double weights[4]);
86 static void InterpolationDerivs(
double pcoords[3],
double derivs[8]);
114 pcoords[0] = pcoords[1] = 0.5;
virtual void InterpolateFunctions(double pcoords[3], double weights[4])
represent and manipulate cell attribute data
a cell that represents an orthogonal quadrilateral
Abstract class in support of both point location and point insertion.
static void InterpolationFunctions(double pcoords[3], double weights[4])
static void InterpolationDerivs(double pcoords[3], double derivs[8])
a simple class to control print indentation
virtual void InterpolateDerivs(double pcoords[3], double derivs[8])
list of point or cell ids
abstract superclass for arrays of numeric data
int GetParametricCenter(double pcoords[3])
object to represent cell connectivity
represent and manipulate 3D points