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

Cell before and after a cell along a direction. More...

#include <arcane/cartesianmesh/CellDirectionMng.h>

Collaboration diagram for Arcane::DirCell:

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

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.

Referenced by Arcane::CartesianMeshPatch::checkValid().

Here is the caller graph for this function:

◆ 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.

Referenced by Arcane::CartesianMeshPatch::checkValid().

Here is the caller graph for this function:

◆ previousId()

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

Previous cell.

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

Member Data Documentation

◆ m_next

Cell Arcane::DirCell::m_next
private

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

◆ m_previous

Cell Arcane::DirCell::m_previous
private

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


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