Info on the cell before and after a face along a direction. More...
#include <arcane/cartesianmesh/FaceDirectionMng.h>
Public Member Functions | |
| Cell | previousCell () const |
| Previous cell. | |
| CellLocalId | previousCellId () const |
| Previous cell. | |
| Cell | nextCell () const |
| Next cell. | |
| CellLocalId | nextCellId () const |
| Next cell. | |
Private Member Functions | |
| DirFace (Cell n, Cell p) | |
Private Attributes | |
| friend | FaceDirectionMng |
| Cell | m_previous |
| Cell | m_next |
Info on the cell before and after a face along a direction.
Instances of this class are temporary and constructed via FaceDirectionMng::face().
Definition at line 41 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
Definition at line 47 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
inline |
Next cell.
Definition at line 59 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
Referenced by Arcane::CartesianMeshPatch::checkValid().
|
inline |
Next cell.
Definition at line 61 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
inline |
Previous cell.
Definition at line 55 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
Referenced by Arcane::CartesianMeshPatch::checkValid().
|
inline |
Previous cell.
Definition at line 57 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
private |
Definition at line 43 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
private |
Definition at line 66 of file src/arcane/cartesianmesh/FaceDirectionMng.h.
|
private |
Definition at line 65 of file src/arcane/cartesianmesh/FaceDirectionMng.h.