Interface for the target of an incremental connectivity. More...
#include <arcane/core/IIncrementalItemConnectivity.h>
Public Member Functions | |
| virtual void | notifyTargetFamilyLocalIdChanged (Int32ConstArrayView old_to_new_ids)=0 |
| Notifies the connectivity that the target family has been compacted. | |
| virtual Ref< IIncrementalItemTargetConnectivity > | toTargetReference ()=0 |
| Returns a reference to the instance. | |
Private Member Functions | |
| ARCCORE_DECLARE_REFERENCE_COUNTED_INCLASS_METHODS () | |
Interface for the target of an incremental connectivity.
Definition at line 88 of file IIncrementalItemConnectivity.h.
|
pure virtual |
Notifies the connectivity that the target family has been compacted.
Implemented in Arcane::mesh::IncrementalItemConnectivityBase, Arcane::mesh::NewWithLegacyConnectivity< SourceFamily, TargetFamily, LegacyType, CustomType >, and Arcane::mesh::NewWithLegacyConnectivity< SourceFamily, TargetFamily, typename LegacyConnectivityTraitsT< TargetFamily >::type >.
|
pure virtual |
Returns a reference to the instance.
Implemented in Arcane::mesh::AbstractIncrementalItemConnectivity, Arcane::mesh::NewWithLegacyConnectivity< SourceFamily, TargetFamily, LegacyType, CustomType >, and Arcane::mesh::NewWithLegacyConnectivity< SourceFamily, TargetFamily, typename LegacyConnectivityTraitsT< TargetFamily >::type >.