Public Member Functions | |
| GeomShapeStdBuilder (const GeomShapeMutableView &gsv) | |
| void | computeNodePositionFromHexa (HexaElementConstView hexa) |
| In 3D, calculates the positions from the hexahedron hexa. | |
| void | computeNodePositionFromQuad (QuadElementConstView quad) |
| In 2D, calculates the positions from the quad quad. | |
| Public Member Functions inherited from Arcane::geometric::GeomShapeMutableView | |
| const Real3 | node (Integer id) const |
| const Real3 | face (Integer id) const |
| const Real3 | center () const |
| void | setNode (Integer id, const Real3 &v) |
| void | setFace (Integer id, const Real3 &v) |
| void | setCenter (const Real3 &v) |
Definition at line 100 of file GeomShapeView.cc.
|
inline |
Definition at line 105 of file GeomShapeView.cc.
| void Arcane::geometric::GeomShapeStdBuilder::computeNodePositionFromHexa | ( | HexaElementConstView | hexa | ) |
In 3D, calculates the positions from the hexahedron hexa.
Definition at line 465 of file GeomShapeView.cc.
Referenced by Arcane::geometric::GeomShapeView::initFromHexa(), and Arcane::geometric::GeomShape::initFromHexaedron8().
| void Arcane::geometric::GeomShapeStdBuilder::computeNodePositionFromQuad | ( | QuadElementConstView | quad | ) |
In 2D, calculates the positions from the quad quad.
Definition at line 494 of file GeomShapeView.cc.
Referenced by Arcane::geometric::GeomShapeView::initFromQuad(), and Arcane::geometric::GeomShape::initFromQuad4().