Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::UnstructuredMeshAllocateBuildInfo::Impl Class Reference
Collaboration diagram for Arcane::UnstructuredMeshAllocateBuildInfo::Impl:

Public Member Functions

 Impl (IPrimaryMesh *mesh)
void addCell (ItemTypeId type_id, Int64 cell_uid, SmallSpan< const Int64 > nodes_uid)

Public Attributes

IPrimaryMeshm_mesh = nullptr
Int32 m_mesh_dimension = -1
UniqueArray< Int64m_cells_infos
Int32 m_nb_cell = 0
UnstructuredMeshAllocateBuildInfoInternal m_internal

Detailed Description

Definition at line 34 of file UnstructuredMeshAllocateBuildInfo.cc.

Constructor & Destructor Documentation

◆ Impl()

Arcane::UnstructuredMeshAllocateBuildInfo::Impl::Impl ( IPrimaryMesh * mesh)
inlineexplicit

Definition at line 38 of file UnstructuredMeshAllocateBuildInfo.cc.

Member Function Documentation

◆ addCell()

void Arcane::UnstructuredMeshAllocateBuildInfo::Impl::addCell ( ItemTypeId type_id,
Int64 cell_uid,
SmallSpan< const Int64 > nodes_uid )
inline

Definition at line 44 of file UnstructuredMeshAllocateBuildInfo.cc.

Member Data Documentation

◆ m_cells_infos

UniqueArray<Int64> Arcane::UnstructuredMeshAllocateBuildInfo::Impl::m_cells_infos

Definition at line 56 of file UnstructuredMeshAllocateBuildInfo.cc.

◆ m_internal

UnstructuredMeshAllocateBuildInfoInternal Arcane::UnstructuredMeshAllocateBuildInfo::Impl::m_internal

Definition at line 58 of file UnstructuredMeshAllocateBuildInfo.cc.

◆ m_mesh

IPrimaryMesh* Arcane::UnstructuredMeshAllocateBuildInfo::Impl::m_mesh = nullptr

Definition at line 54 of file UnstructuredMeshAllocateBuildInfo.cc.

◆ m_mesh_dimension

Int32 Arcane::UnstructuredMeshAllocateBuildInfo::Impl::m_mesh_dimension = -1

Definition at line 55 of file UnstructuredMeshAllocateBuildInfo.cc.

◆ m_nb_cell

Int32 Arcane::UnstructuredMeshAllocateBuildInfo::Impl::m_nb_cell = 0

Definition at line 57 of file UnstructuredMeshAllocateBuildInfo.cc.


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