Public Member Functions | |
| Builder (ITraceMng *tm, const CaseMeshReaderReadInfo &read_info) | |
| void | fillMeshBuildInfo (MeshBuildInfo &build_info) override |
| Fills build_info with the necessary information to create the mesh. | |
| void | allocateMeshItems (IPrimaryMesh *pm) override |
| Allocates the mesh entities managed by this service. | |
Definition at line 1050 of file MEDMeshReaderService.cc.
|
inlineexplicit |
Definition at line 1055 of file MEDMeshReaderService.cc.
|
inlineoverridevirtual |
Allocates the mesh entities managed by this service.
Implements Arcane::IMeshBuilder.
Definition at line 1066 of file MEDMeshReaderService.cc.
References ARCANE_FATAL, and Arcane::IMeshReader::RTOk.
|
inlineoverridevirtual |
Fills build_info with the necessary information to create the mesh.
Some values may be filled by the caller, but the instance may optionally override them. In particular, it is possible to specify the mesh factory to use.
Implements Arcane::IMeshBuilder.
Definition at line 1062 of file MEDMeshReaderService.cc.