12#ifndef ARCANE_IMESHUNIQUEIDMNG_H
13#define ARCANE_IMESHUNIQUEIDMNG_H
Declarations of Arcane's general types.
virtual void setFaceBuilderVersion(Integer n)=0
Sets the face numbering version.
virtual void setEdgeBuilderVersion(Integer n)=0
Sets the edge numbering version.
virtual bool isUseNodeUniqueIdToGenerateEdgeAndFaceUniqueId() const =0
Indicates the mechanism used to number edges or faces.
virtual void setUseNodeUniqueIdToGenerateEdgeAndFaceUniqueId(bool v)=0
Indicates whether the uniqueIds() of edges and faces are determined based on the uniqueIds() of the n...
virtual Integer edgeBuilderVersion() const =0
Edge numbering version.
virtual Integer faceBuilderVersion() const =0
Face numbering version.
virtual ~IMeshUniqueIdMng()=default
Frees resources.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.