71 #ifndef vtkBiQuadraticQuadraticHexahedron_h
72 #define vtkBiQuadraticQuadraticHexahedron_h
74 #include "vtkCommonDataModelModule.h"
100 vtkCell *GetFace(
int) VTK_OVERRIDE;
103 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts) VTK_OVERRIDE;
109 int EvaluatePosition(
double x[3],
double* closestPoint,
110 int& subId,
double pcoords[3],
111 double& dist2,
double *weights) VTK_OVERRIDE;
112 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
113 double *weights) VTK_OVERRIDE;
115 void Derivatives(
int subId,
double pcoords[3],
double *values,
116 int dim,
double *derivs) VTK_OVERRIDE;
117 double *GetParametricCoords() VTK_OVERRIDE;
128 int insideOut) VTK_OVERRIDE;
134 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
135 double x[3],
double pcoords[3],
int& subId) VTK_OVERRIDE;
140 static
void InterpolationFunctions(
double pcoords[3],
double weights[24]);
144 static
void InterpolationDerivs(
double pcoords[3],
double derivs[72]);
150 void InterpolateFunctions(
double pcoords[3],
double weights[24]) VTK_OVERRIDE
164 static int *GetEdgeArray(
int edgeId);
165 static int *GetFaceArray(
int faceId);
173 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])
represent and manipulate cell attribute data
cell represents a parabolic, 9-node isoparametric quad
Abstract class in support of both point location and point insertion.
int GetCellDimension() override
Implement the vtkCell API.
abstract superclass for non-linear cells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetCellType() override
Implement the vtkCell API.
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
int GetNumberOfEdges() override
Implement the vtkCell API.
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
void InterpolateDerivs(double pcoords[3], double derivs[72]) override
Compute the interpolation functions/derivatives (aka shape functions/derivatives) ...
object to represent cell connectivity
virtual vtkCell * GetEdge(int edgeId)=0
Return the edge cell from the edgeId of the cell.
cell represents a parabolic, isoparametric edge
int Contour(vtkDataSet *input, vtkPolyData *output, vtkDataArray *field, float isoValue, bool computeScalars)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
int GetNumberOfFaces() override
Implement the vtkCell API.
static void InterpolationFunctions(double pcoords[3], double weights[24])
represent and manipulate 3D points