12#ifndef ARCANE_CORE_INTERNAL_IMESHMODIFIERINTERNAL_H
13#define ARCANE_CORE_INTERNAL_IMESHMODIFIERINTERNAL_H
Declarations of Arcane's general types.
Declarations of types on entities.
Constant view of an array of type T.
Internal part of IMeshModifier.
virtual CellLocalId addCell(ItemUniqueId unique_id, ItemTypeId type_id, ConstArrayView< Int64 > nodes_uid)=0
Adds a cell.
virtual void removeNeedRemoveMarkedItems()=0
Deletes entities marked with ItemFlags::II_NeedRemove.
virtual NodeLocalId addNode(ItemUniqueId unique_id)=0
Adds a node.
virtual FaceLocalId addFace(ItemUniqueId unique_id, ItemTypeId type_id, ConstArrayView< Int64 > nodes_uid)=0
Adds a face.
Type of an entity (Item).
Unique identifier of an entity.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --