Cell before and after a cell along a direction. More...
#include <arcane/cartesianmesh/CellDirectionMng.h>
Public Member Functions | |
| DirCell (Cell n, Cell p) | |
| Cell | previous () const |
| Previous cell. | |
| CellLocalId | previousId () const |
| Previous cell. | |
| Cell | next () const |
| Next cell. | |
| CellLocalId | nextId () const |
| Next cell. | |
Private Attributes | |
| Cell | m_previous |
| Cell | m_next |
Cell before and after a cell along a direction.
Instances of this class are temporary and constructed via CellDirectionMng::cell().
Definition at line 42 of file src/arcane/cartesianmesh/CellDirectionMng.h.
Definition at line 46 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Next cell.
Definition at line 58 of file src/arcane/cartesianmesh/CellDirectionMng.h.
Referenced by Arcane::CartesianMeshPatch::checkValid().
|
inline |
Next cell.
Definition at line 60 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Previous cell.
Definition at line 54 of file src/arcane/cartesianmesh/CellDirectionMng.h.
Referenced by Arcane::CartesianMeshPatch::checkValid().
|
inline |
Previous cell.
Definition at line 56 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
private |
Definition at line 65 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
private |
Definition at line 64 of file src/arcane/cartesianmesh/CellDirectionMng.h.