Interface of the manager for indexed incremental item connectivities. More...
#include <arcane/core/IIndexedIncrementalItemConnectivityMng.h>
Public Member Functions | |
| virtual Ref< IIndexedIncrementalItemConnectivity > | findOrCreateConnectivity (IItemFamily *source, IItemFamily *target, const String &name)=0 |
| Searches for or creates a connectivity. | |
| virtual Ref< IIndexedIncrementalItemConnectivity > | findConnectivity (const String &name)=0 |
| Searches for or creates a connectivity. | |
Interface of the manager for indexed incremental item connectivities.
Definition at line 31 of file IIndexedIncrementalItemConnectivityMng.h.
|
pure virtual |
Searches for or creates a connectivity.
Throws an exception if the connectivity with name name is not found. The instance remains the owner of the returned connectivity.
Implemented in Arcane::mesh::IndexedIncrementalItemConnectivityMng.
|
pure virtual |
Searches for or creates a connectivity.
Throws an exception if a connectivity with name name already exists but not with the same pair (source, target). The instance remains the owner of the returned connectivity.
Implemented in Arcane::mesh::IndexedIncrementalItemConnectivityMng.