12#ifndef ARCANE_CORE_IMESHCOMPACTMNG_H
13#define ARCANE_CORE_IMESHCOMPACTMNG_H
Declarations of Arcane's general types.
Interface of an entity family.
Interface for managing the compaction of mesh families.
virtual void endCompact()=0
Signals that the compaction is finished.
virtual IMeshCompacter * compacter()=0
Current active compacter.
virtual IMeshCompacter * beginCompact(IItemFamily *family)=0
Starts a compaction for the entity family family.
virtual IMesh * mesh() const =0
Associated mesh.
virtual IMeshCompacter * beginCompact()=0
Starts a compaction on all families of the mesh.
Management of mesh family compaction.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --