Class for calculating the uniqueId() of a cell in 2D based on its position in the grid.
More...
Class for calculating the uniqueId() of a cell in 2D based on its position in the grid.
Definition at line 99 of file CartesianGridDimension.h.
◆ CellUniqueIdComputer2D()
| Arcane::CartesianGridDimension::CellUniqueIdComputer2D::CellUniqueIdComputer2D |
( |
Int64 | base_offset, |
|
|
Int64 | all_nb_cell_x ) |
|
inline |
◆ compute() [1/2]
| Int64x3 Arcane::CartesianGridDimension::CellUniqueIdComputer2D::compute |
( |
Int64 | unique_id | ) |
|
|
inline |
◆ compute() [2/2]
| Int64 Arcane::CartesianGridDimension::CellUniqueIdComputer2D::compute |
( |
Int64 | x, |
|
|
Int64 | y ) |
|
inline |
◆ m_all_nb_cell_x
| Int64 Arcane::CartesianGridDimension::CellUniqueIdComputer2D::m_all_nb_cell_x |
|
private |
◆ m_base_offset
| Int64 Arcane::CartesianGridDimension::CellUniqueIdComputer2D::m_base_offset |
|
private |
The documentation for this class was generated from the following file: