Internal structure containing the entity in front and behind in a direction. More...
#include <arcane/cartesianmesh/CartesianItemDirectionInfo.h>
Private Member Functions | |
| CartesianItemDirectionInfo (ItemLocalId next_id, ItemLocalId prev_id) | |
Private Attributes | |
| ItemLocalId | m_next_lid |
| entity after the current entity in the direction | |
| ItemLocalId | m_previous_lid |
| entity before the current entity in the direction | |
Friends | |
| class | Arcane::FaceDirectionMng |
| class | Arcane::CellDirectionMng |
| class | Arcane::CartesianMeshImpl |
| class | Arcane::CartesianMeshPatch |
Internal structure containing the entity in front and behind in a direction.
Definition at line 33 of file CartesianItemDirectionInfo.h.
|
inlineprivate |
Definition at line 48 of file CartesianItemDirectionInfo.h.
|
friend |
Definition at line 39 of file CartesianItemDirectionInfo.h.
|
friend |
Definition at line 40 of file CartesianItemDirectionInfo.h.
|
friend |
Definition at line 38 of file CartesianItemDirectionInfo.h.
|
friend |
Definition at line 37 of file CartesianItemDirectionInfo.h.
|
private |
entity after the current entity in the direction
Definition at line 56 of file CartesianItemDirectionInfo.h.
Referenced by Arcane::CellDirectionMng::_cell(), Arcane::CellDirectionMng::_dirCellId(), Arcane::FaceDirectionMng::_dirFaceId(), and Arcane::FaceDirectionMng::_face().
|
private |
entity before the current entity in the direction
Definition at line 58 of file CartesianItemDirectionInfo.h.
Referenced by Arcane::CellDirectionMng::_cell(), Arcane::CellDirectionMng::_dirCellId(), Arcane::FaceDirectionMng::_dirFaceId(), and Arcane::FaceDirectionMng::_face().