12#ifndef ARCANE_CORE_IMESHBUILDER_H
13#define ARCANE_CORE_IMESHBUILDER_H
Declarations of Arcane's general types.
Interface of a mesh creation/reading service.
virtual void allocateMeshItems(IPrimaryMesh *pm)=0
Allocates the mesh entities managed by this service.
virtual void fillMeshBuildInfo(MeshBuildInfo &build_info)=0
Fills build_info with the necessary information to create the mesh.
Parameters necessary for building a mesh.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --