Cell with directional face information. More...
#include <arcane/cartesianmesh/CellDirectionMng.h>
Public Member Functions | |
| Cell | cell () const |
| Associated cell. | |
| CellLocalId | cellId () const |
| Associated cell. | |
| Face | next () const |
| Face connected to the cell after the current cell in the direction. | |
| FaceLocalId | nextId () const |
| Face connected to the cell after the current cell in the direction. | |
| Face | previous () const |
| Face connected to the cell before the current cell in the direction. | |
| FaceLocalId | previousId () const |
| Face connected to the cell before the current cell in the direction. | |
| Int32 | nextLocalIndex () const |
| Local index in the face of the next() cell. | |
| Int32 | previousLocalIndex () const |
| Local index in the face of the previous() cell. | |
Cell with directional face information.
Instances of this class are temporary and constructed via CellDirectionMng::cellFace().
Definition at line 234 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Associated cell.
Definition at line 250 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Associated cell.
Definition at line 252 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell after the current cell in the direction.
Definition at line 255 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell after the current cell in the direction.
Definition at line 257 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Local index in the face of the next() cell.
Definition at line 265 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell before the current cell in the direction.
Definition at line 260 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Face connected to the cell before the current cell in the direction.
Definition at line 262 of file src/arcane/cartesianmesh/CellDirectionMng.h.
|
inline |
Local index in the face of the previous() cell.
Definition at line 268 of file src/arcane/cartesianmesh/CellDirectionMng.h.