12#ifndef ARCANE_IINDEXEDINCREMENTALITEMCONNECTIVITYMNG_H
13#define ARCANE_IINDEXEDINCREMENTALITEMCONNECTIVITYMNG_H
17#include "arcane/ArcaneTypes.h"
45 virtual Ref<IIndexedIncrementalItemConnectivity>
54 virtual Ref<IIndexedIncrementalItemConnectivity>
Interface du gestionnaire des connectivités incrémentales indexées sur les entités.
virtual Ref< IIndexedIncrementalItemConnectivity > findOrCreateConnectivity(IItemFamily *source, IItemFamily *target, const String &name)=0
Cherche ou créé une connectivité.
virtual Ref< IIndexedIncrementalItemConnectivity > findConnectivity(const String &name)=0
Cherche ou créé une connectivité.
Interface d'une famille d'entités.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-