37 #ifndef vtkQuadraticHexahedron_h
38 #define vtkQuadraticHexahedron_h
40 #include "vtkCommonDataModelModule.h"
65 vtkCell *GetFace(
int) VTK_OVERRIDE;
68 int CellBoundary(
int subId,
double pcoords[3],
vtkIdList *pts) VTK_OVERRIDE;
74 int EvaluatePosition(
double x[3],
double* closestPoint,
75 int& subId,
double pcoords[3],
76 double& dist2,
double *weights) VTK_OVERRIDE;
77 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
78 double *weights) VTK_OVERRIDE;
80 void Derivatives(
int subId,
double pcoords[3],
double *values,
81 int dim,
double *derivs) VTK_OVERRIDE;
82 double *GetParametricCoords() VTK_OVERRIDE;
93 int insideOut) VTK_OVERRIDE;
99 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
100 double x[3],
double pcoords[3],
int& subId) VTK_OVERRIDE;
106 static
void InterpolationFunctions(
double pcoords[3],
double weights[20]);
110 static
void InterpolationDerivs(
double pcoords[3],
double derivs[60]);
116 void InterpolateFunctions(
double pcoords[3],
double weights[20]) VTK_OVERRIDE
130 static int *GetEdgeArray(
int edgeId);
131 static int *GetFaceArray(
int faceId);
139 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])
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 GetCellDimension() override
Implement the vtkCell API.
represent and manipulate 3D points