|
VTK
9.6.1
|
Go to the source code of this file.
Classes | |
| class | vtkBiQuadraticQuadraticHexahedron |
| cell represents a biquadratic, 24-node isoparametric hexahedron More... | |
Typedefs | |
| typedef vtkNonLinearCell | Superclass |
Functions | |
| vtkBiQuadraticQuadraticHexahedron vtkNonLinearCell | JacobianInverse (const double pcoords[3], double **inverse, double derivs[72]) |
| Given parametric coordinates compute inverse Jacobian transformation matrix. | |
| static vtkBiQuadraticQuadraticHexahedron * | New () |
| static vtkTypeBool | IsTypeOf (const char *type) |
| virtual vtkTypeBool | IsA (const char *type) |
| static vtkBiQuadraticQuadraticHexahedron * | SafeDownCast (vtkObjectBase *o) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkBiQuadraticQuadraticHexahedron * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| int | CellBoundary (int subId, const double pcoords[3], vtkIdList *pts) override |
| void | Contour (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *verts, vtkCellArray *lines, vtkCellArray *polys, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd) override |
| int | EvaluatePosition (const double x[3], double closestPoint[3], int &subId, double pcoords[3], double &dist2, double weights[]) override |
| void | EvaluateLocation (int &subId, const double pcoords[3], double x[3], double *weights) override |
| int | TriangulateLocalIds (int index, vtkIdList *ptIds) override |
| void | Derivatives (int subId, const double pcoords[3], const double *values, int dim, double *derivs) override |
| double * | GetParametricCoords () override |
| void | Clip (double value, vtkDataArray *cellScalars, vtkIncrementalPointLocator *locator, vtkCellArray *tetras, vtkPointData *inPd, vtkPointData *outPd, vtkCellData *inCd, vtkIdType cellId, vtkCellData *outCd, int insideOut) override |
| Clip this biquadratic hexahedron using scalar value provided. | |
| int | IntersectWithLine (const double p1[3], const double p2[3], double tol, double &t, double x[3], double pcoords[3], int &subId) override |
| Line-edge intersection. | |
| static void | InterpolationFunctions (const double pcoords[3], double weights[24]) |
| static void | InterpolationDerivs (const double pcoords[3], double derivs[72]) |
| vtkBiQuadraticQuadraticHexahedron () | |
| ~vtkBiQuadraticQuadraticHexahedron () override | |
| void | Subdivide (vtkPointData *inPd, vtkCellData *inCd, vtkIdType cellId, vtkDataArray *cellScalars) |
| int | GetCellType () override |
| Implement the vtkCell API. | |
| int | GetCellDimension () override |
| Implement the vtkCell API. | |
| int | GetNumberOfEdges () override |
| Implement the vtkCell API. | |
| int | GetNumberOfFaces () override |
| Implement the vtkCell API. | |
| vtkCell * | GetEdge (int) override |
| Implement the vtkCell API. | |
| vtkCell * | GetFace (int) override |
| Implement the vtkCell API. | |
| void | InterpolateFunctions (const double pcoords[3], double weights[24]) override |
| Compute the interpolation functions/derivatives (aka shape functions/derivatives). | |
| void | InterpolateDerivs (const double pcoords[3], double derivs[72]) override |
| Compute the interpolation functions/derivatives (aka shape functions/derivatives). | |
| typedef vtkNonLinearCell Superclass |
Definition at line 2 of file vtkBiQuadraticQuadraticHexahedron.h.
| vtkBiQuadraticQuadraticHexahedron vtkNonLinearCell JacobianInverse | ( | const double | pcoords[3], |
| double ** | inverse, | ||
| double | derivs[72] ) |
Given parametric coordinates compute inverse Jacobian transformation matrix.
Returns 9 elements of 3x3 inverse Jacobian plus interpolation function derivatives.
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkBiQuadraticQuadraticHexahedron * JacobianInverse::NewInstance | ( | ) | const |
|
override |
|
override |
Implement the vtkCell API.
See the vtkCell API for descriptions of these methods.
Definition at line 10 of file vtkBiQuadraticQuadraticHexahedron.h.
|
override |
Implement the vtkCell API.
See the vtkCell API for descriptions of these methods.
Definition at line 11 of file vtkBiQuadraticQuadraticHexahedron.h.
|
override |
Implement the vtkCell API.
See the vtkCell API for descriptions of these methods.
Definition at line 12 of file vtkBiQuadraticQuadraticHexahedron.h.
|
override |
Implement the vtkCell API.
See the vtkCell API for descriptions of these methods.
Definition at line 13 of file vtkBiQuadraticQuadraticHexahedron.h.
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
Clip this biquadratic hexahedron using scalar value provided.
Like contouring, except that it cuts the hex to produce linear tetrahedron.
|
override |
Line-edge intersection.
Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.
Line-edge intersection.
See vtkCell.h parameters documentation.
THIS FUNCTION IS NOT THREAD SAFE.
|
static |
|
static |
|
override |
Compute the interpolation functions/derivatives (aka shape functions/derivatives).
Definition at line 53 of file vtkBiQuadraticQuadraticHexahedron.h.
|
override |
Compute the interpolation functions/derivatives (aka shape functions/derivatives).
Definition at line 57 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
|
overrideprotected |
|
protected |
|
protected |
Definition at line 159 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 160 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 161 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 162 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 163 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 164 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 165 of file vtkBiQuadraticQuadraticHexahedron.h.
|
protected |
Definition at line 166 of file vtkBiQuadraticQuadraticHexahedron.h.