28 #ifndef __vtkPolyVertex_h
29 #define __vtkPolyVertex_h
34 class vtkIncrementalPointLocator;
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);
53 vtkIncrementalPointLocator *locator,
vtkCellArray *verts,
56 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
58 vtkIncrementalPointLocator *locator,
vtkCellArray *verts,
60 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
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);
vtkCell * GetFace(int vtkNotUsed(faceId))
represent and manipulate point attribute data
a cell that represents a 3D point
vtkCell * GetEdge(int vtkNotUsed(edgeId))
cell represents a set of 0D vertices
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