Go to the documentation of this file.
28 #ifndef __vtkPolyVertex_h
29 #define __vtkPolyVertex_h
41 void PrintSelf(ostream& os,
vtkIndent indent);
49 vtkCell *
GetEdge(
int vtkNotUsed(edgeId)) {
return 0;};
50 vtkCell *
GetFace(
int vtkNotUsed(faceId)) {
return 0;};
51 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
62 int EvaluatePosition(
double x[3],
double* closestPoint,
63 int& subId,
double pcoords[3],
64 double& dist2,
double *weights);
65 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
67 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
68 double x[3],
double pcoords[3],
int& subId);
70 void Derivatives(
int subId,
double pcoords[3],
double *values,
71 int dim,
double *derivs);
76 int GetParametricCenter(
double pcoords[3]);
81 virtual void InterpolateFunctions(
double pcoords[3],
double *weights);
82 virtual void InterpolateDerivs(
double pcoords[3],
double *derivs);