class holding a new connectivity but also filling the legacy one Both custom and legacy connectivities of ItemConnectivitySelector are built. Plus de détails...
#include <arcane/mesh/NewWithLegacyConnectivity.h>
Types publics | |
| typedef ItemConnectivitySelectorT< LegacyType, CustomType > | Base |
Fonctions membres publiques | |
| NewWithLegacyConnectivity (ItemFamily *source_family, IItemFamily *target_family, const String &name) | |
| String | name () const override |
| Nom de la connectivité | |
| bool | isEmpty () const |
| ConstArrayView< IItemFamily * > | families () const override |
| List of families (sourceFamily() + targetFamily()). | |
| IItemFamily * | sourceFamily () const override |
| Source family. | |
| IItemFamily * | targetFamily () const override |
| Target family. | |
| void | addConnectedItem (ItemLocalId source_item, ItemLocalId target_local_id) override |
| Adds the entity with localId() target_local_id to the connectivity of source_item. | |
| void | removeConnectedItem (ItemLocalId source_item, ItemLocalId target_local_id) override |
| Removes the entity with localId() target_local_id from the connectivity of source_item. | |
| void | removeConnectedItems (ItemLocalId source_item) override |
| Removes all entities connected to source_item. | |
| void | replaceConnectedItem (ItemLocalId source_item, Integer index, ItemLocalId target_local_id) override |
| Replaces the entity at index index of source_item with the entity with localId() target_local_id. | |
| void | replaceConnectedItems (ItemLocalId source_item, Int32ConstArrayView target_local_ids) override |
| Replaces the entities of source_item with the entities with localId() target_local_ids. | |
| bool | hasConnectedItem (ItemLocalId source_item, ItemLocalId target_local_id) const override |
| Tests the existence of a connectivity between source_item and the entity with localId() target_local_id. | |
| void | notifySourceFamilyLocalIdChanged (Int32ConstArrayView new_to_old_ids) override |
| Notifies the connectivity that the source family has been compacted. | |
| void | notifyTargetFamilyLocalIdChanged (Int32ConstArrayView old_to_new_ids) override |
| Notifies the connectivity that the target family has been compacted. | |
| void | notifySourceItemAdded (ItemLocalId item) override |
| Notifies the connectivity that an entity has been added to the source family. | |
| void | notifyReadFromDump () override |
| Notifies the connectivity that a read from a dump has been performed. | |
| Integer | preAllocatedSize () const override |
| Number of pre-allocated entities for the connectivity of each entity. | |
| void | setPreAllocatedSize (Integer value) override |
| Sets the number of entities to pre-allocate for the connectivity of each entity. | |
| void | dumpStats (std::ostream &out) const override |
| Dumps statistics on usage and memory used to the stream out. | |
| Integer | nbConnectedItem (ItemLocalId lid) const override |
| Number of entities connected to the source entity with local number lid. | |
| Int32 | connectedItemLocalId (ItemLocalId lid, Integer index) const override |
| localId() of the index-th entity connected to the source entity with local number lid | |
| Int32 | maxNbConnectedItem () const override |
| Maximum number of entities connected to a source entity. | |
| Ref< IIncrementalItemSourceConnectivity > | toSourceReference () override |
| Retourne une référence sur l'instance. | |
| Ref< IIncrementalItemTargetConnectivity > | toTargetReference () override |
| Retourne une référence sur l'instance. | |
| IIncrementalItemConnectivityInternal * | _internalApi () override |
| API interne à Arcane. | |
| Fonctions membres publiques hérités de Arcane::mesh::ItemConnectivitySelectorT< LegacyType, IncrementalItemConnectivity > | |
| ItemConnectivitySelectorT (ItemFamily *source_family, IItemFamily *target_family, const String &connectivity_name) | |
| IIncrementalItemConnectivity * | customConnectivity () const override |
| void | checkValidConnectivityList () const override |
| void | compactConnectivities () override |
| void | addConnectedItem (ItemLocalId item_lid, ItemLocalId sub_item_lid) |
| void | removeConnectedItem (ItemLocalId item_lid, ItemLocalId sub_item_lid) |
| void | removeConnectedItems (ItemLocalId item_lid) |
| void | replaceItems (ItemLocalId item_lid, Int32ConstArrayView sub_item_lids) |
| void | replaceItem (ItemLocalId item_lid, Integer index, ItemLocalId sub_item_lid) |
| bool | hasConnectedItem (ItemLocalId source_item, ItemLocalId target_local_id) const |
| IncrementalItemConnectivity * | trueCustomConnectivity () const |
| void | build () |
| Fonctions membres publiques hérités de Arcane::mesh::ItemConnectivitySelector | |
| ItemConnectivitySelector (ItemFamily *source_family, IItemFamily *target_family, const String &connectivity_name, Integer connectivity_index) | |
| virtual IIncrementalItemConnectivity * | legacyConnectivity () const |
| virtual void | updateItemConnectivityList (Int32ConstArrayView) const |
| void | setPreAllocatedSize (Integer size) |
| Integer | preAllocatedSize () const |
| Int32 | itemConnectivityIndex () const |
| Fonctions membres publiques hérités de Arcane::TraceAccessor | |
| TraceAccessor (ITraceMng *m) | |
| Construit un accesseur via le gestionnaire de trace m. | |
| TraceAccessor (const TraceAccessor &rhs) | |
| Constructeur par recopie. | |
| TraceAccessor & | operator= (const TraceAccessor &rhs) |
| Opérateur de recopie. | |
| virtual | ~TraceAccessor () |
| Libère les ressources. | |
| ITraceMng * | traceMng () const |
| Gestionnaire de trace. | |
| TraceMessage | info () const |
| Flot pour un message d'information. | |
| TraceMessage | pinfo () const |
| Flot pour un message d'information en parallèle. | |
| TraceMessage | info (char category) const |
| Flot pour un message d'information d'une catégorie donnée. | |
| TraceMessage | pinfo (char category) const |
| Flot pour un message d'information parallèle d'une catégorie donnée. | |
| TraceMessage | info (bool v) const |
| Flot pour un message d'information. | |
| TraceMessage | warning () const |
| Flot pour un message d'avertissement. | |
| TraceMessage | pwarning () const |
| TraceMessage | error () const |
| Flot pour un message d'erreur. | |
| TraceMessage | perror () const |
| TraceMessage | log () const |
| Flot pour un message de log. | |
| TraceMessage | plog () const |
| Flot pour un message de log. | |
| TraceMessage | logdate () const |
| Flot pour un message de log précédé de la date. | |
| TraceMessage | fatal () const |
| Flot pour un message d'erreur fatale. | |
| TraceMessage | pfatal () const |
| Flot pour un message d'erreur fatale en parallèle. | |
| TraceMessageDbg | debug (Trace::eDebugLevel=Trace::Medium) const |
| Flot pour un message de debug. | |
| Trace::eDebugLevel | configDbgLevel () const |
| Niveau debug du fichier de configuration. | |
| TraceMessage | info (Int32 verbose_level) const |
| Flot pour un message d'information d'un niveau donné | |
| TraceMessage | linfo () const |
| Flot pour un message d'information avec le niveau d'information local à cette instance. | |
| TraceMessage | linfo (Int32 relative_level) const |
| Flot pour un message d'information avec le niveau d'information local à cette instance. | |
| void | fatalMessage (const StandaloneTraceMessage &o) const |
| Fonctions membres publiques hérités de Arcane::ReferenceCounterImpl | |
| void | addReference () |
| void | removeReference () |
| void | _internalAddReference () |
| bool | _internalRemoveReference () |
| Fonctions membres publiques hérités de Arcane::IIncrementalItemConnectivity | |
| virtual void | setConnectedItems (ItemLocalId source_item, Int32ConstArrayView target_local_ids) |
| Alloue et positionne les entités connectées à source_item. | |
| Fonctions membres publiques hérités de Arcane::IIncrementalItemSourceConnectivity | |
| virtual void | reserveMemoryForNbSourceItems (Int32 n, bool pre_alloc_connectivity) |
| Réserve la mémoire pour n entités sources. | |
Fonctions membres protégées | |
| void | _initializeStorage (ConnectivityItemVector *civ) override |
| Implements the initialization of civ for this connectivity. | |
| ItemVectorView | _connectedItems (ItemLocalId item, ConnectivityItemVector &con_items) const override |
| Fills con_items with the entities connected to item. | |
| Fonctions membres protégées hérités de Arcane::mesh::ItemConnectivitySelectorT< LegacyType, IncrementalItemConnectivity > | |
| void | _createCustomConnectivity (const String &name) override |
| void | _buildCustomConnectivity () override |
| Fonctions membres protégées hérités de Arcane::TraceAccessor | |
| void | _setLocalVerboseLevel (Int32 v) |
| Int32 | _localVerboseLevel () const |
Fonctions membres privées | |
| ARCCORE_DEFINE_REFERENCE_COUNTED_INCLASS_METHODS () | |
Amis | |
| class | ConnectivityItemVector |
Membres hérités additionnels | |
| Attributs protégés hérités de Arcane::mesh::ItemConnectivitySelector | |
| ItemFamily * | m_source_family |
| IItemFamily * | m_target_family |
| String | m_connectivity_name |
| Integer | m_pre_allocated_size |
| Int32 | m_item_connectivity_index |
| ItemInternalConnectivityList * | m_item_connectivity_list |
| bool | m_is_built |
class holding a new connectivity but also filling the legacy one Both custom and legacy connectivities of ItemConnectivitySelector are built.
Définition à la ligne 47 du fichier NewWithLegacyConnectivity.h.
| typedef ItemConnectivitySelectorT<LegacyType, CustomType> Arcane::mesh::NewWithLegacyConnectivity< SourceFamily, TargetFamily, LegacyType, CustomType >::Base |
Définition à la ligne 67 du fichier NewWithLegacyConnectivity.h.
|
inline |
Définition à la ligne 60 du fichier NewWithLegacyConnectivity.h.
|
inlineoverrideprotectedvirtual |
Fills con_items with the entities connected to item.
Implémente Arcane::IItemConnectivityAccessor.
Définition à la ligne 156 du fichier NewWithLegacyConnectivity.h.
|
inlineoverrideprotectedvirtual |
Implements the initialization of civ for this connectivity.
Implémente Arcane::IItemConnectivityAccessor.
Définition à la ligne 153 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
API interne à Arcane.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 145 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Adds the entity with localId() target_local_id to the connectivity of source_item.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 86 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
localId() of the index-th entity connected to the source entity with local number lid
Implémente Arcane::IItemConnectivityAccessor.
Définition à la ligne 132 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Dumps statistics on usage and memory used to the stream out.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 126 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
List of families (sourceFamily() + targetFamily()).
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 77 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Tests the existence of a connectivity between source_item and the entity with localId() target_local_id.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 103 du fichier NewWithLegacyConnectivity.h.
|
inline |
Définition à la ligne 71 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Maximum number of entities connected to a source entity.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 135 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Nom de la connectivité
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 69 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Number of entities connected to the source entity with local number lid.
Implémente Arcane::IItemConnectivityAccessor.
Définition à la ligne 129 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Notifies the connectivity that a read from a dump has been performed.
Implémente Arcane::IIncrementalItemSourceConnectivity.
Définition à la ligne 117 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Notifies the connectivity that the source family has been compacted.
Implémente Arcane::IIncrementalItemSourceConnectivity.
Définition à la ligne 107 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Notifies the connectivity that an entity has been added to the source family.
Implémente Arcane::IIncrementalItemSourceConnectivity.
Définition à la ligne 114 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Notifies the connectivity that the target family has been compacted.
Implémente Arcane::IIncrementalItemTargetConnectivity.
Définition à la ligne 111 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Number of pre-allocated entities for the connectivity of each entity.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 120 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Removes the entity with localId() target_local_id from the connectivity of source_item.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 89 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Removes all entities connected to source_item.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 92 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Replaces the entity at index index of source_item with the entity with localId() target_local_id.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 96 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Replaces the entities of source_item with the entities with localId() target_local_ids.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 100 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Sets the number of entities to pre-allocate for the connectivity of each entity.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 123 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Source family.
Implémente Arcane::IIncrementalItemSourceConnectivity.
Définition à la ligne 80 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Target family.
Implémente Arcane::IIncrementalItemConnectivity.
Définition à la ligne 83 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Retourne une référence sur l'instance.
Implémente Arcane::IIncrementalItemSourceConnectivity.
Définition à la ligne 137 du fichier NewWithLegacyConnectivity.h.
|
inlineoverridevirtual |
Retourne une référence sur l'instance.
Implémente Arcane::IIncrementalItemTargetConnectivity.
Définition à la ligne 141 du fichier NewWithLegacyConnectivity.h.
|
friend |
Définition à la ligne 56 du fichier NewWithLegacyConnectivity.h.