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 2047 of file VtkMeshIOService.cc.
|
inlineexplicit |
Definition at line 2052 of file VtkMeshIOService.cc.
|
inlineoverridevirtual |
Allocates the mesh entities managed by this service.
Implements Arcane::IMeshBuilder.
Definition at line 2063 of file VtkMeshIOService.cc.
References ARCANE_FATAL, and Arcane::VtkMeshIOService::readMesh().
|
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 2059 of file VtkMeshIOService.cc.
|
private |
Definition at line 2076 of file VtkMeshIOService.cc.
|
private |
Definition at line 2075 of file VtkMeshIOService.cc.