70 #ifndef __vtkBiQuadraticQuadraticHexahedron_h
71 #define __vtkBiQuadraticQuadraticHexahedron_h
73 #include "vtkNonLinearCell.h"
75 class vtkQuadraticEdge;
77 class vtkBiQuadraticQuad;
86 void PrintSelf(ostream& os,
vtkIndent indent);
91 int GetCellType() {
return VTK_BIQUADRATIC_QUADRATIC_HEXAHEDRON;}
99 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts);
104 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd);
105 int EvaluatePosition(
double x[3],
double* closestPoint,
106 int& subId,
double pcoords[3],
107 double& dist2,
double *weights);
108 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
111 void Derivatives(
int subId,
double pcoords[3],
double *values,
112 int dim,
double *derivs);
113 virtual double *GetParametricCoords();
122 vtkCellData *inCd,
vtkIdType cellId, vtkCellData *outCd,
129 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
130 double x[3],
double pcoords[3],
int& subId);
136 static void InterpolationFunctions(
double pcoords[3],
double weights[24]);
139 static void InterpolationDerivs(
double pcoords[3],
double derivs[72]);
154 static int *GetEdgeArray(
int edgeId);
155 static int *GetFaceArray(
int faceId);
161 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[72]);
represent and manipulate point attribute data
static void InterpolationDerivs(double pcoords[3], double derivs[72])
virtual void InterpolateFunctions(double pcoords[3], double weights[24])
virtual void InterpolateDerivs(double pcoords[3], double derivs[72])
Abstract class in support of both point location and point insertion.
cell represents a biquadratic, 24-node isoparametric hexahedron
dynamic, self-adjusting array of double
abstract class to specify cell behavior
cell represents a parabolic, 8-node isoparametric quad
a simple class to control print indentation
list of point or cell ids
abstract superclass for arrays of numeric data
a cell that represents a linear 3D hexahedron
vtkBiQuadraticQuad * BiQuadFace
vtkDoubleArray * CellScalars
object to represent cell connectivity
static void InterpolationFunctions(double pcoords[3], double weights[24])
represent and manipulate 3D points