Class to convert a CellLocalId to a cell. More...
#include <arcane/core/ItemLocalId.h>
Additional Inherited Members | |
| Public Types inherited from Arcane::ItemLocalIdToItemConverterT< Cell > | |
| using | ItemType |
| using | ItemLocalIdType |
| Public Member Functions inherited from Arcane::ItemLocalIdToItemConverterT< Cell > | |
| ItemLocalIdToItemConverter (IItemFamily *family) | |
| ItemLocalIdToItemConverter ()=default | |
| Default constructor. | |
| constexpr __host__ __device__ ItemType | operator[] (ItemLocalIdType local_id) const |
| Entity of local ID local_id. | |
| Public Member Functions inherited from Arcane::ItemLocalIdToItemConverter | |
| ItemLocalIdToItemConverter (IItemFamily *family) | |
| ItemLocalIdToItemConverter ()=default | |
| Default constructor. | |
| constexpr __host__ __device__ Item | operator[] (ItemLocalId local_id) const |
| Entity of local ID local_id. | |
| constexpr __host__ __device__ Item | operator[] (Int32 local_id) const |
| Entity of local ID local_id. | |
Class to convert a CellLocalId to a cell.
Definition at line 225 of file ItemLocalId.h.