34 #ifndef vtkQuadraticHexahedron_h
35 #define vtkQuadraticHexahedron_h
37 #include "vtkCommonDataModelModule.h"
62 vtkCell *GetFace(
int) VTK_OVERRIDE;
65 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts) VTK_OVERRIDE;
71 int EvaluatePosition(
double x[3],
double* closestPoint,
72 int& subId,
double pcoords[3],
73 double& dist2,
double *weights) VTK_OVERRIDE;
74 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
75 double *weights) VTK_OVERRIDE;
77 void Derivatives(
int subId,
double pcoords[3],
double *values,
78 int dim,
double *derivs) VTK_OVERRIDE;
79 double *GetParametricCoords() VTK_OVERRIDE;
90 int insideOut) VTK_OVERRIDE;
96 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
97 double x[3],
double pcoords[3],
int& subId) VTK_OVERRIDE;
103 static
void InterpolationFunctions(
double pcoords[3],
double weights[20]);
107 static
void InterpolationDerivs(
double pcoords[3],
double derivs[60]);
113 void InterpolateFunctions(
double pcoords[3],
double weights[20]) VTK_OVERRIDE
127 static int *GetEdgeArray(
int edgeId);
128 static int *GetFaceArray(
int faceId);
136 void JacobianInverse(
double pcoords[3],
double **inverse,
double derivs[60]);
represent and manipulate point attribute data
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
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.
void InterpolateDerivs(double pcoords[3], double derivs[60]) override
Compute the interpolation functions/derivatives (aka shape functions/derivatives) ...
dynamic, self-adjusting array of double
abstract class to specify cell behavior
static void InterpolationDerivs(double pcoords[3], double derivs[60])
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
int GetNumberOfFaces() override
Implement the vtkCell API.
int GetNumberOfEdges() override
Implement the vtkCell API.
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
cell represents a parabolic, 20-node isoparametric hexahedron
static void InterpolationFunctions(double pcoords[3], double weights[20])
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
int GetCellDimension() override
Implement the vtkCell API.
represent and manipulate 3D points