|
eItemKind | itemKind () const |
|
IItemFamily * | itemFamily () const |
|
Int32 | nbParent () const |
|
ItemTypeInfo * | typeInfoFromId (Int32 type_id) const |
|
constexpr Int32 | nbNode () const |
|
constexpr Int32 | nbEdge () const |
|
constexpr Int32 | nbFace () const |
|
constexpr Int32 | nbCell () const |
|
constexpr Int32 | nbHParent () const |
|
constexpr Int32 | nbHChildren () const |
|
Int32 | typeId () const |
|
Int32 | firstNode () const |
|
Int32 | firstEdge () const |
|
Int32 | firstFace () const |
|
Int32 | firstCell () const |
|
Int32 | firstParent () const |
|
Int32 | firstHParent () const |
|
Int32 | firstHChild () const |
|
constexpr Int32 | neededMemory () const |
|
constexpr Int32 | minimumNeededMemory () const |
|
constexpr bool | hasLegacyConnectivity () const |
|
void | updateMeshItemInternalList () |
|
void | print (std::ostream &o) const |
|
ItemInternalVectorView | nodes (Int32) const |
|
ItemInternalVectorView | edges (Int32) const |
|
ItemInternalVectorView | faces (Int32) const |
|
ItemInternalVectorView | cells (Int32) const |
|
ItemInternalVectorView | hChildren (Int32) const |
|
ItemInternal * | parent (Integer, Integer) const |
|
ItemInternal * | node (Int32, Int32) const |
|
ItemInternal * | edge (Int32, Int32) const |
|
ItemInternal * | face (Int32, Int32) const |
|
ItemInternal * | cell (Int32, Int32) const |
|
ItemInternal * | hParent (Integer, Integer) const |
|
ItemInternal * | hChild (Int32, Int32) const |
|
Int32 | nodeLocalId (Int32, Int32) const |
|
Int32 | edgeLocalId (Int32, Int32) const |
|
Int32 | faceLocalId (Int32, Int32) const |
|
Int32 | cellLocalId (Int32, Int32) const |
|
Integer | parentLocalId (Integer, Integer) const |
|
Int32 | hParentLocalId (Integer, Integer) const |
|
Int32 | hChildLocalId (Integer, Integer) const |
|
void | setNode (Int32, Int32, Int32) const |
|
void | setEdge (Int32, Int32, Int32) const |
|
void | setFace (Int32, Int32, Int32) const |
|
void | setCell (Int32, Int32, Int32) const |
|
void | setHParent (Int32, Int32, Int32) const |
|
void | setHChild (Int32, Int32, Int32) const |
|
void | setParent (Integer, Integer, Integer) const |
|
constexpr Int32 | edgeAllocated () const |
|
constexpr Int32 | faceAllocated () const |
|
constexpr Int32 | cellAllocated () const |
|
constexpr Int32 | hParentAllocated () const |
|
constexpr Int32 | hChildAllocated () const |
|
const Int32 * | _infos () const |
|
void | _setInfos (Int32 *ptr) |
|
Int32 | owner (Int32) const |
|
void | setOwner (Int32, Int32) const |
|
Int32 | flags (Int32) const |
|
void | setFlags (Int32, Int32) const |
|
Définition à la ligne 54 du fichier ItemSharedInfo.h.
◆ ItemSharedInfo()
Arcane::ItemSharedInfo::ItemSharedInfo |
( |
| ) |
|
◆ _infos()
const Int32 * Arcane::ItemSharedInfo::_infos |
( |
| ) |
const |
|
inline |
◆ _setInfos()
void Arcane::ItemSharedInfo::_setInfos |
( |
Int32 * |
ptr | ) |
|
◆ cell()
ItemInternal * Arcane::ItemSharedInfo::cell |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ cellAllocated()
constexpr Int32 Arcane::ItemSharedInfo::cellAllocated |
( |
| ) |
const |
|
inlineconstexpr |
◆ cellLocalId()
Int32 Arcane::ItemSharedInfo::cellLocalId |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ cells()
◆ edge()
ItemInternal * Arcane::ItemSharedInfo::edge |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ edgeAllocated()
constexpr Int32 Arcane::ItemSharedInfo::edgeAllocated |
( |
| ) |
const |
|
inlineconstexpr |
◆ edgeLocalId()
Int32 Arcane::ItemSharedInfo::edgeLocalId |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ edges()
◆ face()
ItemInternal * Arcane::ItemSharedInfo::face |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ faceAllocated()
constexpr Int32 Arcane::ItemSharedInfo::faceAllocated |
( |
| ) |
const |
|
inlineconstexpr |
◆ faceLocalId()
Int32 Arcane::ItemSharedInfo::faceLocalId |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ faces()
◆ firstCell()
Int32 Arcane::ItemSharedInfo::firstCell |
( |
| ) |
const |
|
inline |
◆ firstEdge()
Int32 Arcane::ItemSharedInfo::firstEdge |
( |
| ) |
const |
|
inline |
◆ firstFace()
Int32 Arcane::ItemSharedInfo::firstFace |
( |
| ) |
const |
|
inline |
◆ firstHChild()
Int32 Arcane::ItemSharedInfo::firstHChild |
( |
| ) |
const |
|
inline |
◆ firstHParent()
Int32 Arcane::ItemSharedInfo::firstHParent |
( |
| ) |
const |
|
inline |
◆ firstNode()
Int32 Arcane::ItemSharedInfo::firstNode |
( |
| ) |
const |
|
inline |
◆ firstParent()
Int32 Arcane::ItemSharedInfo::firstParent |
( |
| ) |
const |
|
inline |
◆ flags()
Int32 Arcane::ItemSharedInfo::flags |
( |
Int32 |
| ) |
const |
◆ hasLegacyConnectivity()
constexpr bool Arcane::ItemSharedInfo::hasLegacyConnectivity |
( |
| ) |
const |
|
inlineconstexpr |
◆ hChild()
ItemInternal * Arcane::ItemSharedInfo::hChild |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ hChildAllocated()
constexpr Int32 Arcane::ItemSharedInfo::hChildAllocated |
( |
| ) |
const |
|
inlineconstexpr |
◆ hChildLocalId()
Int32 Arcane::ItemSharedInfo::hChildLocalId |
( |
Integer |
, |
|
|
Integer |
|
|
) |
| const |
|
inline |
◆ hChildren()
◆ hParent()
ItemInternal * Arcane::ItemSharedInfo::hParent |
( |
Integer |
, |
|
|
Integer |
|
|
) |
| const |
|
inline |
◆ hParentAllocated()
constexpr Int32 Arcane::ItemSharedInfo::hParentAllocated |
( |
| ) |
const |
|
inlineconstexpr |
◆ hParentLocalId()
Int32 Arcane::ItemSharedInfo::hParentLocalId |
( |
Integer |
, |
|
|
Integer |
|
|
) |
| const |
|
inline |
◆ itemFamily()
IItemFamily * Arcane::ItemSharedInfo::itemFamily |
( |
| ) |
const |
|
inline |
◆ itemKind()
eItemKind Arcane::ItemSharedInfo::itemKind |
( |
| ) |
const |
|
inline |
◆ minimumNeededMemory()
constexpr Int32 Arcane::ItemSharedInfo::minimumNeededMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbCell()
constexpr Int32 Arcane::ItemSharedInfo::nbCell |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbEdge()
constexpr Int32 Arcane::ItemSharedInfo::nbEdge |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbFace()
constexpr Int32 Arcane::ItemSharedInfo::nbFace |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbHChildren()
constexpr Int32 Arcane::ItemSharedInfo::nbHChildren |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbHParent()
constexpr Int32 Arcane::ItemSharedInfo::nbHParent |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbNode()
constexpr Int32 Arcane::ItemSharedInfo::nbNode |
( |
| ) |
const |
|
inlineconstexpr |
◆ nbParent()
Int32 Arcane::ItemSharedInfo::nbParent |
( |
| ) |
const |
|
inline |
◆ neededMemory()
constexpr Int32 Arcane::ItemSharedInfo::neededMemory |
( |
| ) |
const |
|
inlineconstexpr |
◆ node()
ItemInternal * Arcane::ItemSharedInfo::node |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ nodeLocalId()
Int32 Arcane::ItemSharedInfo::nodeLocalId |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
|
inline |
◆ nodes()
◆ nullInstance()
◆ owner()
Int32 Arcane::ItemSharedInfo::owner |
( |
Int32 |
| ) |
const |
◆ parent()
ItemInternal * Arcane::ItemSharedInfo::parent |
( |
Integer |
, |
|
|
Integer |
|
|
) |
| const |
◆ parentLocalId()
Integer Arcane::ItemSharedInfo::parentLocalId |
( |
Integer |
, |
|
|
Integer |
|
|
) |
| const |
|
inline |
◆ print()
void Arcane::ItemSharedInfo::print |
( |
std::ostream & |
o | ) |
const |
◆ setCell()
void Arcane::ItemSharedInfo::setCell |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setEdge()
void Arcane::ItemSharedInfo::setEdge |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setFace()
void Arcane::ItemSharedInfo::setFace |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setFlags()
void Arcane::ItemSharedInfo::setFlags |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setHChild()
void Arcane::ItemSharedInfo::setHChild |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setHParent()
void Arcane::ItemSharedInfo::setHParent |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setNode()
void Arcane::ItemSharedInfo::setNode |
( |
Int32 |
, |
|
|
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setOwner()
void Arcane::ItemSharedInfo::setOwner |
( |
Int32 |
, |
|
|
Int32 |
|
|
) |
| const |
◆ setParent()
void Arcane::ItemSharedInfo::setParent |
( |
Integer |
, |
|
|
Integer |
, |
|
|
Integer |
|
|
) |
| const |
◆ typeId()
Int32 Arcane::ItemSharedInfo::typeId |
( |
| ) |
const |
◆ typeInfoFromId()
ItemTypeInfo * Arcane::ItemSharedInfo::typeInfoFromId |
( |
Int32 |
type_id | ) |
const |
◆ updateMeshItemInternalList()
void Arcane::ItemSharedInfo::updateMeshItemInternalList |
( |
| ) |
|
◆ Item
◆ ItemBase
◆ ItemConnectedListView
◆ ItemConnectedListViewConstIterator
◆ ItemEnumeratorBase
◆ ItemGenericInfoListView
◆ ItemInfoListView
◆ ItemInternal
◆ ItemInternalCompatibility
◆ ItemInternalVectorView
◆ ItemVectorView
◆ ItemVectorViewConstIterator
◆ mesh::DynamicMeshKindInfos
◆ mesh::ItemFamily
◆ mesh::ItemSharedInfoWithType
◆ MutableItemBase
◆ SimdItemBase
◆ SimdItemEnumeratorBase
◆ COMMON_BASE_MEMORY
const Int32 Arcane::ItemSharedInfo::COMMON_BASE_MEMORY = 0 |
|
static |
◆ NULL_INDEX
◆ nullItemSharedInfo
La documentation de cette classe a été générée à partir des fichiers suivants :