Fonctions membres publiques | |
GeomShapeStdBuilder (const GeomShapeMutableView &gsv) | |
void | computeNodePositionFromHexa (HexaElementConstView hexa) |
En 3D, calcule les psoitions à partir de l'hexaèdre hexa. | |
void | computeNodePositionFromQuad (QuadElementConstView quad) |
En 2D, calcule les positions à partir du quad quad. | |
Fonctions membres publiques hérités de Arcane::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) |
Fonctions membres privées | |
void | _addFaceD (Integer fid, Integer id1, Integer id2, Integer id3, Integer id4) |
void | _addFace2D (Integer fid, Integer id1, Integer id2) |
Définition à la ligne 99 du fichier GeomShapeView.cc.
|
inline |
Définition à la ligne 103 du fichier GeomShapeView.cc.
|
inlineprivate |
Définition à la ligne 121 du fichier GeomShapeView.cc.
|
inlineprivate |
Définition à la ligne 112 du fichier GeomShapeView.cc.
void Arcane::GeomShapeStdBuilder::computeNodePositionFromHexa | ( | HexaElementConstView | hexa | ) |
En 3D, calcule les psoitions à partir de l'hexaèdre hexa.
Définition à la ligne 349 du fichier GeomShapeView.cc.
Référencé par Arcane::geometric::GeomShapeView::initFromHexa(), et Arcane::GeomShape::initFromHexaedron8().
void Arcane::GeomShapeStdBuilder::computeNodePositionFromQuad | ( | QuadElementConstView | quad | ) |
En 2D, calcule les positions à partir du quad quad.
Définition à la ligne 378 du fichier GeomShapeView.cc.
Référencé par Arcane::geometric::GeomShapeView::initFromQuad(), et Arcane::GeomShape::initFromQuad4().