Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::DirCell Class Reference

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ DirCell()

Arcane::DirCell::DirCell ( Cell n,
Cell p )
inline

Definition at line 46 of file src/arcane/cartesianmesh/CellDirectionMng.h.

Member Function Documentation

◆ next()

Cell Arcane::DirCell::next ( ) const
inline

Next cell.

Definition at line 58 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ nextId()

CellLocalId Arcane::DirCell::nextId ( ) const
inline

Next cell.

Definition at line 60 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ previous()

Cell Arcane::DirCell::previous ( ) const
inline

Previous cell.

Definition at line 54 of file src/arcane/cartesianmesh/CellDirectionMng.h.

◆ previousId()

CellLocalId Arcane::DirCell::previousId ( ) const
inline

Previous cell.

Definition at line 56 of file src/arcane/cartesianmesh/CellDirectionMng.h.


The documentation for this class was generated from the following file: