12#ifndef ARCANE_CORE_ICASEMESHSERVICE_H
13#define ARCANE_CORE_ICASEMESHSERVICE_H
Declarations of Arcane's general types.
Interface of the service managing dataset meshes.
virtual void applyAdditionalOperations()
Applies operations after everything else.
virtual void createMesh(const String &name)=0
Creates the mesh with the name name.
virtual void partitionMesh()=0
Partitions the mesh.
virtual void allocateMeshItems()=0
Allocates the mesh items.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --