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. | |
Private Attributes | |
| ITraceMng * | m_trace_mng |
| CaseMeshReaderReadInfo | m_read_info |
Definition at line 702 of file VtuMeshReader.cc.
|
inlineexplicit |
Definition at line 707 of file VtuMeshReader.cc.
|
inlineoverridevirtual |
Allocates the mesh entities managed by this service.
Implements Arcane::IMeshBuilder.
Definition at line 720 of file VtuMeshReader.cc.
References ARCANE_FATAL, and Arcane::IMeshBase::traceMng().
|
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 715 of file VtuMeshReader.cc.
|
private |
Definition at line 734 of file VtuMeshReader.cc.
|
private |
Definition at line 733 of file VtuMeshReader.cc.