Index of a constituent entity in the list of constituent entities.
More...
#include <arcane/core/materials/ConstituentItemSharedInfo.h>
|
| __host__ __device__ friend constexpr bool | operator== (ConstituentItemIndex a, ConstituentItemIndex b) |
| __host__ __device__ friend constexpr bool | operator!= (ConstituentItemIndex a, ConstituentItemIndex b) |
| std::ostream & | operator<< (std::ostream &o, const ConstituentItemIndex &id) |
Index of a constituent entity in the list of constituent entities.
The index is specific to each type of constituent entity (AllEnvCell, EnvCell, MatCell). The list is managed by ComponentIemtInternalData.
Definition at line 37 of file ConstituentItemSharedInfo.h.
◆ ConstituentItemIndex()
| __host__ __device__ constexpr Arcane::Materials::ConstituentItemIndex::ConstituentItemIndex |
( |
Int32 | id | ) |
|
|
inlineexplicitconstexpr |
◆ isNull()
| __host__ __device__ constexpr bool Arcane::Materials::ConstituentItemIndex::isNull |
( |
| ) |
const |
|
inlineconstexpr |
◆ localId()
| __host__ __device__ constexpr Int32 Arcane::Materials::ConstituentItemIndex::localId |
( |
| ) |
const |
|
inlineconstexpr |
◆ operator!=
| __host__ __device__ friend constexpr bool operator!= |
( |
ConstituentItemIndex | a, |
|
|
ConstituentItemIndex | b ) |
|
friend |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | o, |
|
|
const ConstituentItemIndex & | id ) |
|
friend |
◆ operator==
| __host__ __device__ friend constexpr bool operator== |
( |
ConstituentItemIndex | a, |
|
|
ConstituentItemIndex | b ) |
|
friend |
◆ m_id
| Int32 Arcane::Materials::ConstituentItemIndex::m_id = -1 |
|
private |
The documentation for this class was generated from the following file: