25 #ifndef __vtkEmptyCell_h
26 #define __vtkEmptyCell_h
35 void PrintSelf(ostream& os,
vtkIndent indent);
45 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
47 vtkIncrementalPointLocator *locator,
vtkCellArray *verts1,
50 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
54 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
58 int EvaluatePosition(
double x[3],
double* closestPoint,
59 int& subId,
double pcoords[3],
60 double& dist2,
double *weights);
61 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
63 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
64 double x[3],
double pcoords[3],
int& subId);
66 void Derivatives(
int subId,
double pcoords[3],
double *values,
67 int dim,
double *derivs);
72 virtual void InterpolateFunctions(
double pcoords[3],
double *weights);
73 virtual void InterpolateDerivs(
double pcoords[3],
double *derivs);
represent and manipulate point attribute data
an empty cell used as a place-holder during processing
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