Constant view on a geometric shape GeomShape. More...
#include <arcane/geometry/GeomShapeView.h>
Public Member Functions | |
Filling of control sub-volumes for a specific type. | |
The geometric type (geomType()) of the instance must match the chosen method. | |
| void | fillSubZoneTriangle3 (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneQuad4 (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePentagon5 (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneHexagon6 (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneTetraedron4 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePyramid5 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePentaedron6 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneHexaedron8 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneHeptaedron10 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneOctaedron12 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
Filling of control sub-volumes (obsolete methods) | |
These methods are obsolete and must be replaced by the equivalent method with the full element name. | |
| void | fillSubZoneTriangle (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneQuad (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePentagon (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneHexagon (Quad4ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneTetra (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePyramid (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZonePenta (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneHexa (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneWedge7 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| void | fillSubZoneWedge8 (Hexaedron8ElementView svc, Integer i) |
| Fills svc with the information of the i-th control sub-volume. | |
| Triangle3ElementConstView | toTriangle3Element () const |
| Returns a specific view to a geometric element of type GeomType::Triangle3. | |
| Quad4ElementConstView | toQuad4Element () const |
| Returns a specific view to a geometric element of type GeomType::Quad4. | |
| Pentagon5ElementConstView | toPentagon5Element () const |
| Returns a specific view to a geometric element of type GeomType::Pentagon5. | |
| Hexagon6ElementConstView | toHexagon6Element () const |
| Returns a specific view to a geometric element of type GeomType::Hexagon6. | |
| Tetraedron4ElementConstView | toTetraedron4Element () const |
| Returns a specific view to a geometric element of type GeomType::Tetraedron4. | |
| Pyramid5ElementConstView | toPyramid5Element () const |
| Returns a specific view to a geometric element of type GeomType::Pyramid5. | |
| Pentaedron6ElementConstView | toPentaedron6Element () const |
| Returns a specific view to a geometric element of type GeomType::Pentaedron6. | |
| Hexaedron8ElementConstView | toHexaedron8Element () const |
| Returns a specific view to a geometric element of type GeomType::Hexaedron8. | |
| Heptaedron10ElementConstView | toHeptaedron10Element () const |
| Returns a specific view to a geometric element of type GeomType::Heptaedron10. | |
| Octaedron12ElementConstView | toOctaedron12Element () const |
| Returns a specific view to a geometric element of type GeomType::Octaedron12. | |
| Triangle3ShapeView | toTriangle3Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Triangle3. | |
| Quad4ShapeView | toQuad4Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Quad4. | |
| Pentagon5ShapeView | toPentagon5Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Pentagon5. | |
| Hexagon6ShapeView | toHexagon6Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Hexagon6. | |
| Tetraedron4ShapeView | toTetraedron4Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Tetraedron4. | |
| Pyramid5ShapeView | toPyramid5Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Pyramid5. | |
| Pentaedron6ShapeView | toPentaedron6Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Pentaedron6. | |
| Hexaedron8ShapeView | toHexaedron8Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Hexaedron8. | |
| Heptaedron10ShapeView | toHeptaedron10Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Heptaedron10. | |
| Octaedron12ShapeView | toOctaedron12Shape () const |
| Returns a specific view for a geometric shape of type GeomType::Octaedron12. | |
| void | fillSubZoneElement (HexaElementView hexa, Integer i) |
| Fills hexa with the information of the i-th sub-control volume. | |
| void | fillSubZoneElement (QuadElementView quad, Integer i) |
| Fills quad with the information of the i-th sub-control volume. | |
| ARCANE_DEPRECATED_122 void | initFromHexa (HexaElementConstView hexa, GeomShape &geom_cell) |
| ARCANE_DEPRECATED_122 void | initFromQuad (QuadElementConstView hexa, GeomShape &geom_cell) |
Static Public Member Functions | |
| static void | initializeConnectivity () |
Static Private Attributes | |
| static CellConnectivity * | global_cell_connectivity [NB_BASIC_ITEM_TYPE] |
| static GeomShapeConnectivity * | global_connectivity = 0 |
Friends | |
| class | GeomShapeMng |
| class | GeomShape |
| class | GeomShapeConnectivity |
Coordinate Retrieval. | |
| ARCANE_RESTRICT const Real3 * | m_node_ptr |
| ARCANE_RESTRICT const Real3 * | m_face_ptr |
| ARCANE_RESTRICT const Real3 * | m_center_ptr |
| CellConnectivity * | m_cell_connectivity |
| Connectivity information. | |
| ItemInternal * | m_item_internal |
| Information about the original entity (ItemInternal::nullItem() if none). | |
| const Real3 | node (Integer i) const |
| Position of the i-th node of the shape. | |
| const Real3 | face (Integer i) const |
| Position of the center of the i-th face of the shape. | |
| const Real3 | center () const |
| Position of the center of the shape. | |
| const Real3 | edge (Integer i) const |
| Position of the center of the i-th edge of the shape. | |
| Item | item () const |
| Associated entity (null if none). | |
| Cell | cell () const |
| Associated cell (null if none). | |
| Face | face () const |
| Associated face (null if none). | |
| void | _setArray (const Real3 *node_ptr, const Real3 *face_ptr, const Real3 *center_ptr) |
| const Real3POD * | _nodeView () const |
Connectivity Information. | |
| const NodeConnectic & | nodeConnectic (Integer i) const |
| Node connectivity information. | |
| const EdgeConnectic & | edgeConnectic (Integer i) const |
| Edge connectivity information. | |
| const FaceConnectic & | faceConnectic (Integer i) const |
| Face connectivity information. | |
| Integer | nbSubZone () const |
| Number of sub-control volumes. | |
| Integer | nbSvcFace () const |
| Number of internal SVC faces. | |
| Integer | nodeAssociation (Integer i) const |
| Local number of the vertex associated with the sub-control volume. | |
| const SVCFaceConnectic & | svcFaceConnectic (Integer i) const |
| Integer | edgeNodeSubZoneId (Integer i) const |
| Local numbers within the sub-control volumes. | |
| Integer | faceNodeSubZoneId (Integer i) const |
| GeomType | geomType () const |
| Geometric type of the shape. | |
| void | _setItem (Item item) |
| void | _setNullItem (int item_type) |
Constant view on a geometric shape GeomShape.
A view on a geometric shape allows for the optimized retrieval of the position of nodes, faces, and edges (in 3D) of a geometric object.
This class manages a view on a geometric shape. There are two ways to initialize a view:
Definition at line 59 of file src/arcane/geometry/GeomShapeView.h.
|
inline |
Definition at line 76 of file src/arcane/geometry/GeomShapeView.h.
|
inlineprotected |
Definition at line 165 of file src/arcane/geometry/GeomShapeView.h.
|
inlineprotected |
Definition at line 145 of file src/arcane/geometry/GeomShapeView.h.
|
inlineprotected |
Definition at line 241 of file src/arcane/geometry/GeomShapeView.h.
|
inlineprotected |
Definition at line 247 of file src/arcane/geometry/GeomShapeView.h.
|
inline |
Associated cell (null if none).
Definition at line 139 of file src/arcane/geometry/GeomShapeView.h.
References m_item_internal.
|
inline |
Position of the center of the shape.
Definition at line 124 of file src/arcane/geometry/GeomShapeView.h.
Referenced by fillSubZoneElement(), fillSubZoneElement(), fillSubZoneHeptaedron10(), fillSubZoneHexaedron8(), fillSubZoneOctaedron12(), fillSubZonePentaedron6(), fillSubZonePyramid5(), fillSubZoneQuad4(), fillSubZoneTetraedron4(), and fillSubZoneTriangle3().
Position of the center of the i-th edge of the shape.
Definition at line 130 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity, and node().
Referenced by fillSubZoneElement(), fillSubZoneHeptaedron10(), fillSubZoneHexaedron8(), fillSubZoneOctaedron12(), fillSubZonePentaedron6(), fillSubZonePyramid5(), and fillSubZoneTetraedron4().
|
inline |
Edge connectivity information.
Definition at line 180 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity.
Local numbers within the sub-control volumes.
Definition at line 215 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity.
|
inline |
Associated face (null if none).
Definition at line 141 of file src/arcane/geometry/GeomShapeView.h.
References m_item_internal.
Referenced by fillSubZoneElement(), fillSubZoneElement(), fillSubZoneHeptaedron10(), fillSubZoneHexaedron8(), fillSubZoneOctaedron12(), fillSubZonePentaedron6(), fillSubZonePyramid5(), fillSubZoneQuad4(), fillSubZoneTetraedron4(), and fillSubZoneTriangle3().
Position of the center of the i-th face of the shape.
Definition at line 118 of file src/arcane/geometry/GeomShapeView.h.
Referenced by fillSubZoneElement().
|
inline |
Face connectivity information.
Definition at line 186 of file src/arcane/geometry/GeomShapeView.h.
Definition at line 220 of file src/arcane/geometry/GeomShapeView.h.
| void Arcane::geometric::GeomShapeView::fillSubZoneElement | ( | HexaElementView | hexa, |
| Integer | i ) |
Fills hexa with the information of the i-th sub-control volume.
Definition at line 243 of file GeomShapeView.cc.
References center(), edge(), face(), face(), Arcane::geometric::Hexaedron8ElementView::init(), node(), nodeAssociation(), and nodeConnectic().
Referenced by fillSubZonePentagon(), and fillSubZoneQuad().
| void Arcane::geometric::GeomShapeView::fillSubZoneElement | ( | QuadElementView | quad, |
| Integer | i ) |
Fills quad with the information of the i-th sub-control volume.
Definition at line 170 of file GeomShapeView.cc.
References center(), face(), Arcane::geometric::Quad4ElementView::init(), node(), nodeAssociation(), and nodeConnectic().
| void Arcane::geometric::GeomShapeView::fillSubZoneHeptaedron10 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 374 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 129 of file src/arcane/geometry/GeomShapeView.h.
| void Arcane::geometric::GeomShapeView::fillSubZoneHexaedron8 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 256 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 101 of file src/arcane/geometry/GeomShapeView.h.
References initFromQuad().
| void Arcane::geometric::GeomShapeView::fillSubZoneHexagon6 | ( | Quad4ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 234 of file GeomShapeView.cc.
| void Arcane::geometric::GeomShapeView::fillSubZoneOctaedron12 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 414 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 122 of file src/arcane/geometry/GeomShapeView.h.
| void Arcane::geometric::GeomShapeView::fillSubZonePentaedron6 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 324 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 94 of file src/arcane/geometry/GeomShapeView.h.
References fillSubZoneElement(), and initFromHexa().
| void Arcane::geometric::GeomShapeView::fillSubZonePentagon5 | ( | Quad4ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 225 of file GeomShapeView.cc.
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 115 of file src/arcane/geometry/GeomShapeView.h.
| void Arcane::geometric::GeomShapeView::fillSubZonePyramid5 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 290 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 87 of file src/arcane/geometry/GeomShapeView.h.
References fillSubZoneElement().
| void Arcane::geometric::GeomShapeView::fillSubZoneQuad4 | ( | Quad4ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 181 of file GeomShapeView.cc.
References center(), face(), Arcane::geometric::Quad4ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 108 of file src/arcane/geometry/GeomShapeView.h.
| void Arcane::geometric::GeomShapeView::fillSubZoneTetraedron4 | ( | Hexaedron8ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 352 of file GeomShapeView.cc.
References center(), edge(), face(), Arcane::geometric::Hexaedron8ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 80 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity, and m_item_internal.
| void Arcane::geometric::GeomShapeView::fillSubZoneTriangle3 | ( | Quad4ElementView | svc, |
| Integer | i ) |
Fills svc with the information of the i-th control sub-volume.
Definition at line 203 of file GeomShapeView.cc.
References center(), face(), Arcane::geometric::Quad4ElementView::init(), and node().
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 136 of file src/arcane/geometry/GeomShapeView.h.
|
inline |
Fills svc with the information of the i-th control sub-volume.
Definition at line 143 of file src/arcane/geometry/GeomShapeView.h.
|
inline |
Geometric type of the shape.
If the shape is associated with an entity (retrievable via item()), it is also the type of the entity.
Returns GeomType::NullType if the instance is not initialized.
Definition at line 234 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity.
Referenced by toHeptaedron10Element(), toHexaedron8Element(), toHexagon6Element(), toOctaedron12Element(), toPentaedron6Element(), toPentagon5Element(), toPyramid5Element(), toQuad4Element(), toTetraedron4Element(), and toTriangle3Element().
| void Arcane::geometric::GeomShapeView::initFromHexa | ( | HexaElementConstView | hexa, |
| GeomShape & | geom_cell ) |
Definition at line 139 of file GeomShapeView.cc.
References Arcane::geometric::GeomShapeStdBuilder::computeNodePositionFromHexa(), and Arcane::geometric::GeomShape::toMutableView().
Referenced by fillSubZonePentagon().
| void Arcane::geometric::GeomShapeView::initFromQuad | ( | QuadElementConstView | hexa, |
| GeomShape & | geom_cell ) |
Definition at line 153 of file GeomShapeView.cc.
References Arcane::geometric::GeomShapeStdBuilder::computeNodePositionFromQuad(), and Arcane::geometric::GeomShape::toMutableView().
Referenced by fillSubZoneHexagon().
|
static |
Definition at line 79 of file GeomShapeView.cc.
|
inline |
Associated entity (null if none).
Definition at line 137 of file src/arcane/geometry/GeomShapeView.h.
References m_item_internal.
|
inline |
Number of sub-control volumes.
Definition at line 192 of file src/arcane/geometry/GeomShapeView.h.
Referenced by Arcane::geometric::Tetraedron4ShapeView::elemView().
|
inline |
Number of internal SVC faces.
Definition at line 198 of file src/arcane/geometry/GeomShapeView.h.
Position of the i-th node of the shape.
Definition at line 112 of file src/arcane/geometry/GeomShapeView.h.
Referenced by edge(), fillSubZoneElement(), fillSubZoneElement(), fillSubZoneHeptaedron10(), fillSubZoneHexaedron8(), fillSubZoneOctaedron12(), fillSubZonePentaedron6(), fillSubZonePyramid5(), fillSubZoneQuad4(), fillSubZoneTetraedron4(), and fillSubZoneTriangle3().
Local number of the vertex associated with the sub-control volume.
Definition at line 204 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity.
Referenced by fillSubZoneElement(), and fillSubZoneElement().
|
inline |
Node connectivity information.
Definition at line 174 of file src/arcane/geometry/GeomShapeView.h.
References m_cell_connectivity.
Referenced by fillSubZoneElement(), and fillSubZoneElement().
|
inline |
Definition at line 209 of file src/arcane/geometry/GeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Heptaedron10.
Definition at line 499 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Heptaedron10.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Heptaedron10.
Definition at line 432 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Hexaedron8.
Definition at line 493 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Hexaedron8.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Hexaedron8.
Definition at line 427 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Hexagon6.
Definition at line 469 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Hexagon6.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Hexagon6.
Definition at line 407 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Octaedron12.
Definition at line 505 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Octaedron12.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Octaedron12.
Definition at line 437 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Pentaedron6.
Definition at line 487 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Pentaedron6.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Pentaedron6.
Definition at line 422 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Pentagon5.
Definition at line 463 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Pentagon5.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Pentagon5.
Definition at line 402 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Pyramid5.
Definition at line 481 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Pyramid5.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Pyramid5.
Definition at line 417 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Quad4.
Definition at line 457 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Quad4.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Quad4.
Definition at line 397 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Tetraedron4.
Definition at line 475 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Tetraedron4.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Tetraedron4.
Definition at line 412 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
inline |
Returns a specific view to a geometric element of type GeomType::Triangle3.
Definition at line 451 of file src/arcane/geometry/GeneratedGeomShapeView.h.
References geomType(), and Arcane::geometric::GeomType::Triangle3.
|
inline |
Returns a specific view for a geometric shape of type GeomType::Triangle3.
Definition at line 392 of file src/arcane/geometry/GeneratedGeomShapeView.h.
|
friend |
Definition at line 62 of file src/arcane/geometry/GeomShapeView.h.
|
friend |
Definition at line 63 of file src/arcane/geometry/GeomShapeView.h.
|
friend |
Definition at line 61 of file src/arcane/geometry/GeomShapeView.h.
|
staticprivate |
Definition at line 67 of file src/arcane/geometry/GeomShapeView.h.
|
staticprivate |
Definition at line 68 of file src/arcane/geometry/GeomShapeView.h.
|
private |
Connectivity information.
Definition at line 158 of file src/arcane/geometry/GeomShapeView.h.
Referenced by edge(), edgeConnectic(), edgeNodeSubZoneId(), Arcane::geometric::Tetraedron4ShapeView::elemView(), fillSubZoneTriangle(), Arcane::geometric::Tetraedron4ShapeView::fillSVC(), geomType(), Arcane::geometric::Pyramid5ShapeView::nbNode(), nodeAssociation(), and nodeConnectic().
|
private |
Definition at line 156 of file src/arcane/geometry/GeomShapeView.h.
|
private |
Definition at line 155 of file src/arcane/geometry/GeomShapeView.h.
|
private |
Information about the original entity (ItemInternal::nullItem() if none).
Definition at line 160 of file src/arcane/geometry/GeomShapeView.h.
Referenced by cell(), face(), fillSubZoneTriangle(), and item().
|
private |
Definition at line 154 of file src/arcane/geometry/GeomShapeView.h.