12#ifndef ARCANE_CORE_IMESHFACTORYMNG_H
13#define ARCANE_CORE_IMESHFACTORYMNG_H
Declarations of Arcane's general types.
Interface of the mesh factory manager.
virtual IMeshMng * meshMng() const =0
Associated mesh manager.
virtual ~IMeshFactoryMng()=default
Frees the resources.
virtual IPrimaryMesh * createMesh(const MeshBuildInfo &build_info)=0
Creates a mesh or a sub-mesh.
Parameters necessary for building a mesh.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --