28 #ifndef __vtkPolyVertex_h
29 #define __vtkPolyVertex_h
31 #include "vtkCommonDataModelModule.h"
42 void PrintSelf(ostream& os,
vtkIndent indent);
50 vtkCell *
GetEdge(
int vtkNotUsed(edgeId)) {
return 0;};
51 vtkCell *
GetFace(
int vtkNotUsed(faceId)) {
return 0;};
52 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
55 vtkCellArray *lines, vtkCellArray *polys,
56 vtkPointData *inPd, vtkPointData *outPd,
57 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
60 vtkPointData *inPd, vtkPointData *outPd,
61 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
63 int EvaluatePosition(
double x[3],
double* closestPoint,
64 int& subId,
double pcoords[3],
65 double& dist2,
double *weights);
66 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
68 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
69 double x[3],
double pcoords[3],
int& subId);
71 void Derivatives(
int subId,
double pcoords[3],
double *values,
72 int dim,
double *derivs);
77 int GetParametricCenter(
double pcoords[3]);
82 virtual void InterpolateFunctions(
double pcoords[3],
double *weights);
83 virtual void InterpolateDerivs(
double pcoords[3],
double *derivs);
vtkCell * GetFace(int vtkNotUsed(faceId))
Abstract class in support of both point location and point insertion.
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
represent and manipulate 3D points