36 #ifndef __vtkQuadraticWedge_h
37 #define __vtkQuadraticWedge_h
39 #include "vtkNonLinearCell.h"
42 class vtkQuadraticQuad;
43 class vtkQuadraticTriangle;
52 void PrintSelf(ostream& os,
vtkIndent indent);
61 vtkCell *GetEdge(
int edgeId);
62 vtkCell *GetFace(
int faceId);
65 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
68 vtkCellArray *lines, vtkCellArray *polys,
69 vtkPointData *inPd, vtkPointData *outPd,
71 int EvaluatePosition(
double x[3],
double* closestPoint,
72 int& subId,
double pcoords[3],
73 double& dist2,
double *weights);
74 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
77 void Derivatives(
int subId,
double pcoords[3],
double *values,
78 int dim,
double *derivs);
79 virtual double *GetParametricCoords();
87 vtkPointData *inPd, vtkPointData *outPd,
95 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
96 double x[3],
double pcoords[3],
int& subId);
101 int GetParametricCenter(
double pcoords[3]);
106 static void InterpolationFunctions(
double pcoords[3],
double weights[15]);
109 static void InterpolationDerivs(
double pcoords[3],
double derivs[45]);
124 static int *GetEdgeArray(
int edgeId);
125 static int *GetFaceArray(
int faceId);
131 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[45]);
157 pcoords[0] = pcoords[1] = 1./3;
static void InterpolationDerivs(double pcoords[3], double derivs[45])
vtkDoubleArray * CellScalars
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
dynamic, self-adjusting array of double
virtual void InterpolateDerivs(double pcoords[3], double derivs[45])
a simple class to control print indentation
static void InterpolationFunctions(double pcoords[3], double weights[15])
list of point or cell ids
abstract superclass for arrays of numeric data
cell represents a parabolic, isoparametric edge
cell represents a parabolic, 15-node isoparametric wedge
vtkQuadraticTriangle * TriangleFace
int GetParametricCenter(double pcoords[3])
virtual void InterpolateFunctions(double pcoords[3], double weights[15])
represent and manipulate 3D points