Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::VtuCaseMeshReader::Builder Class Reference
Inheritance diagram for Arcane::VtuCaseMeshReader::Builder:
Collaboration diagram for Arcane::VtuCaseMeshReader::Builder:

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

ITraceMngm_trace_mng
CaseMeshReaderReadInfo m_read_info

Detailed Description

Definition at line 702 of file VtuMeshReader.cc.

Constructor & Destructor Documentation

◆ Builder()

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

Definition at line 707 of file VtuMeshReader.cc.

Member Function Documentation

◆ allocateMeshItems()

void Arcane::VtuCaseMeshReader::Builder::allocateMeshItems ( IPrimaryMesh * pm)
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().

Here is the call graph for this function:

◆ fillMeshBuildInfo()

void Arcane::VtuCaseMeshReader::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 715 of file VtuMeshReader.cc.

Member Data Documentation

◆ m_read_info

CaseMeshReaderReadInfo Arcane::VtuCaseMeshReader::Builder::m_read_info
private

Definition at line 734 of file VtuMeshReader.cc.

◆ m_trace_mng

ITraceMng* Arcane::VtuCaseMeshReader::Builder::m_trace_mng
private

Definition at line 733 of file VtuMeshReader.cc.


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