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. | |
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.
|
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.
|
inline |
Previous cell.
Definition at line 56 of file src/arcane/cartesianmesh/CellDirectionMng.h.