Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MshMeshWriter::EntityInfo Struct Reference
Collaboration diagram for Arcane::MshMeshWriter::EntityInfo:

Public Member Functions

 EntityInfo (Int32 dim, ItemTypeId item_type, Int32 entity_tag)
void setPhysicalTag (Int32 tag, const String &name)

Public Attributes

Int32 m_dim = -1
ItemTypeId m_item_type
Int32 m_entity_tag = -1
Int32 m_physical_tag = -1
String m_physical_tag_name

Detailed Description

Definition at line 90 of file MshMeshWriter.cc.

Constructor & Destructor Documentation

◆ EntityInfo()

Arcane::MshMeshWriter::EntityInfo::EntityInfo ( Int32 dim,
ItemTypeId item_type,
Int32 entity_tag )
inline

Definition at line 94 of file MshMeshWriter.cc.

Member Function Documentation

◆ setPhysicalTag()

void Arcane::MshMeshWriter::EntityInfo::setPhysicalTag ( Int32 tag,
const String & name )
inline

Definition at line 103 of file MshMeshWriter.cc.

Member Data Documentation

◆ m_dim

Int32 Arcane::MshMeshWriter::EntityInfo::m_dim = -1

Definition at line 111 of file MshMeshWriter.cc.

◆ m_entity_tag

Int32 Arcane::MshMeshWriter::EntityInfo::m_entity_tag = -1

Definition at line 113 of file MshMeshWriter.cc.

◆ m_item_type

ItemTypeId Arcane::MshMeshWriter::EntityInfo::m_item_type

Definition at line 112 of file MshMeshWriter.cc.

◆ m_physical_tag

Int32 Arcane::MshMeshWriter::EntityInfo::m_physical_tag = -1

Definition at line 114 of file MshMeshWriter.cc.

◆ m_physical_tag_name

String Arcane::MshMeshWriter::EntityInfo::m_physical_tag_name

Definition at line 115 of file MshMeshWriter.cc.


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