41 #ifndef __vtkQuadraticLinearWedge_h
42 #define __vtkQuadraticLinearWedge_h
46 class vtkQuadraticEdge;
48 class vtkQuadraticLinearQuad;
49 class vtkQuadraticTriangle;
67 vtkCell *GetEdge (
int edgeId);
68 vtkCell *GetFace (
int faceId);
71 int CellBoundary (
int subId,
double pcoords[3],
vtkIdList * pts);
77 vtkIncrementalPointLocator * locator,
vtkCellArray * verts,
81 int EvaluatePosition (
double x[3],
double *closestPoint,
82 int &subId,
double pcoords[3],
double &dist2,
double *weights);
83 void EvaluateLocation (
int &subId,
double pcoords[3],
double x[3],
double *weights);
85 void Derivatives (
int subId,
double pcoords[3],
double *values,
int dim,
double *derivs);
86 virtual double *GetParametricCoords ();
94 vtkIncrementalPointLocator * locator,
vtkCellArray * tetras,
96 vtkCellData * inCd,
vtkIdType cellId, vtkCellData * outCd,
int insideOut);
102 int IntersectWithLine (
double p1[3],
double p2[3],
double tol,
double &t,
103 double x[3],
double pcoords[3],
int &subId);
108 int GetParametricCenter (
double pcoords[3]);
113 static void InterpolationFunctions (
double pcoords[3],
double weights[15]);
116 static void InterpolationDerivs (
double pcoords[3],
double derivs[45]);
131 static int *GetEdgeArray(
int edgeId);
132 static int *GetFaceArray(
int faceId);
138 void JacobianInverse (
double pcoords[3],
double **inverse,
double derivs[45]);
159 pcoords[0] = pcoords[1] = 1./3;
int GetParametricCenter(double pcoords[3])
represent and manipulate point attribute data
abstract superclass for non-linear cells
static void InterpolationFunctions(double pcoords[3], double weights[15])
virtual void InterpolateDerivs(double pcoords[3], double derivs[45])
static void InterpolationDerivs(double pcoords[3], double derivs[45])
dynamic, self-adjusting array of double
cell represents a 1D line
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent)
vtkQuadraticLinearQuad * Face
object to represent cell connectivity
vtkQuadraticTriangle * TriangleFace
virtual void InterpolateFunctions(double pcoords[3], double weights[15])
vtkQuadraticEdge * QuadEdge
cell represents a, 12-node isoparametric wedge
represent and manipulate 3D points