Interface of the mesh factory manager. More...
#include <arcane/core/IMeshFactoryMng.h>
Public Member Functions | |
| virtual | ~IMeshFactoryMng ()=default |
| Frees the resources. | |
| virtual IMeshMng * | meshMng () const =0 |
| Associated mesh manager. | |
| virtual IPrimaryMesh * | createMesh (const MeshBuildInfo &build_info)=0 |
| Creates a mesh or a sub-mesh. | |
Interface of the mesh factory manager.
Definition at line 31 of file IMeshFactoryMng.h.
|
pure virtual |
Creates a mesh or a sub-mesh.
The created mesh is automatically added to the associated meshMng().
Implemented in Arcane::MeshFactoryMng.
Referenced by Arcane::ArcaneCaseMeshService::createMesh(), Arcane::MainFactory::createMesh(), and Arcane::MainFactory::createSubMesh().
|
pure virtual |
Associated mesh manager.
Implemented in Arcane::MeshFactoryMng.