Arcane  4.2.1.0
User documentation
Loading...
Searching...
No Matches
Arcane::MEDCaseMeshReader::Builder Class Reference

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.

Detailed Description

Definition at line 1051 of file MEDMeshReaderService.cc.

Constructor & Destructor Documentation

◆ Builder()

Arcane::MEDCaseMeshReader::Builder::Builder ( ITraceMng * tm,
const CaseMeshReaderReadInfo & read_info )
inlineexplicit

Definition at line 1056 of file MEDMeshReaderService.cc.

Member Function Documentation

◆ allocateMeshItems()

void Arcane::MEDCaseMeshReader::Builder::allocateMeshItems ( IPrimaryMesh * pm)
inlineoverridevirtual

Allocates the mesh entities managed by this service.

Implements Arcane::IMeshBuilder.

Definition at line 1067 of file MEDMeshReaderService.cc.

References ARCANE_FATAL, and Arcane::IMeshReader::RTOk.

◆ fillMeshBuildInfo()

void Arcane::MEDCaseMeshReader::Builder::fillMeshBuildInfo ( MeshBuildInfo & build_info)
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 1063 of file MEDMeshReaderService.cc.


The documentation for this class was generated from the following file: