|
| | ItemConnectivityT (IItemFamily *source_family, IItemFamily *target_family, const String &connectivity_name) |
| | ItemConnectivityT (IItemFamily *source_family, IItemFamily *target_family, const ItemPropertyType &item_property, const String &connectivity_name) |
| const ToItemType | operator() (FromLocalIdType item) const |
| | ItemConnectivity (IItemFamily *source_family, IItemFamily *target_family, const String &aname) |
| | ItemConnectivity (IItemFamily *source_family, IItemFamily *target_family, const ItemPropertyType &item_property, const String &aname) |
| virtual ItemVectorView | _connectedItems (ItemLocalId item, ConnectivityItemVector &con_items) const |
| | Fills con_items with the entities connected to item.
|
| virtual ConnectivityItemVectorCatalyst | _connectedItems (ItemLocalId item) const |
| virtual void | updateConnectivity (Int32ConstArrayView from_items, Int32ConstArrayView to_items) |
| | Update of the connectivity.
|
| const Item | operator() (ItemLocalId item) const |
| ItemScalarProperty< Int32 > & | itemProperty () |
| void | updateItemProperty (const ItemScalarProperty< Int32 > &item_property) |
| virtual Integer | nbConnectedItem (ItemLocalId lid) const |
| | Number of entities connected to the source entity with local ID lid.
|
| virtual Int32 | connectedItemLocalId (ItemLocalId lid, Integer index) const |
| | localId() of the index-th entity connected to the source entity with local ID lid
|
| virtual void | notifySourceFamilyLocalIdChanged (Int32ConstArrayView new_to_old_ids) |
| | Notifies the connectivity that the source family has been compacted.
|
| virtual void | notifyTargetFamilyLocalIdChanged (Int32ConstArrayView old_to_new_ids) |
| | Notifies the connectivity that the target family has been compacted.
|
| | AbstractConnectivity (IItemFamily *source_family, IItemFamily *target_family, const String &connectivity_name) |
| virtual const String & | name () const |
| | Name of the connectivity.
|
| virtual ConstArrayView< IItemFamily * > | families () const |
| | List of families (sourceFamily() + targetFamily()).
|
| virtual IItemFamily * | sourceFamily () const |
| | Source family.
|
| virtual IItemFamily * | targetFamily () const |
| | Target family.
|
| virtual void | _initializeStorage (ConnectivityItemVector *) |
| | Implements the initialization of civ for this connectivity.
|
template<class FromItemType, class ToItemType>
class Arcane::ItemConnectivityT< FromItemType, ToItemType >
Definition at line 189 of file ItemConnectivity.h.