Interface of the service managing mesh reading. More...
#include <arcane/core/IMeshFactory.h>
Public Member Functions | |
| virtual IPrimaryMesh * | createMesh (IMeshMng *mm, const MeshBuildInfo &build_info)=0 |
| Creates a mesh with the information from build_info. | |
Interface of the service managing mesh reading.
Definition at line 32 of file IMeshFactory.h.
|
inlinevirtual |
Definition at line 36 of file IMeshFactory.h.
|
pure virtual |
Creates a mesh with the information from build_info.
Implemented in Arcane::mesh::DynamicMeshFactoryBase, and Arcane::PolyhedralMeshFactory.