Arcane  v3.16.0.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::Materials::ConstituentItemIndex

Index d'une entité constituant dans la liste des entités constituants. Plus de détails...

#include <arcane/core/materials/ConstituentItemSharedInfo.h>

+ Graphe de collaboration de Arcane::Materials::ConstituentItemIndex:

Fonctions membres publiques

__host__ __device__ constexpr ConstituentItemIndex (Int32 id)
 
__host__ __device__ constexpr Int32 localId () const
 
__host__ __device__ constexpr bool isNull () const
 

Attributs privés

Int32 m_id = -1
 

Amis

__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)
 

Description détaillée

Index d'une entité constituant dans la liste des entités constituants.

L'index est propre à chaque type d'entité consituant (AllEnvCell, EnvCell, MatCell). La liste est gérée par ComponentIemtInternalData.

Définition à la ligne 36 du fichier ConstituentItemSharedInfo.h.

Documentation des constructeurs et destructeur

◆ ConstituentItemIndex()

__host__ __device__ constexpr Arcane::Materials::ConstituentItemIndex::ConstituentItemIndex ( Int32 id)
inlineexplicitconstexpr

Définition à la ligne 41 du fichier ConstituentItemSharedInfo.h.

Documentation des fonctions membres

◆ isNull()

__host__ __device__ constexpr bool Arcane::Materials::ConstituentItemIndex::isNull ( ) const
inlineconstexpr

Définition à la ligne 58 du fichier ConstituentItemSharedInfo.h.

◆ localId()

__host__ __device__ constexpr Int32 Arcane::Materials::ConstituentItemIndex::localId ( ) const
inlineconstexpr

Définition à la ligne 44 du fichier ConstituentItemSharedInfo.h.

Documentation des fonctions amies et associées

◆ operator!=

__host__ __device__ friend constexpr bool operator!= ( ConstituentItemIndex a,
ConstituentItemIndex b )
friend

Définition à la ligne 50 du fichier ConstituentItemSharedInfo.h.

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
const ConstituentItemIndex & id )
friend

Définition à la ligne 88 du fichier ComponentItemInternal.cc.

◆ operator==

__host__ __device__ friend constexpr bool operator== ( ConstituentItemIndex a,
ConstituentItemIndex b )
friend

Définition à la ligne 45 du fichier ConstituentItemSharedInfo.h.

Documentation des données membres

◆ m_id

Int32 Arcane::Materials::ConstituentItemIndex::m_id = -1
private

Définition à la ligne 62 du fichier ConstituentItemSharedInfo.h.


La documentation de cette classe a été générée à partir du fichier suivant :