Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MshMeshReader::MeshPhysicalName Struct Reference

Information about a physical name. More...

Collaboration diagram for Arcane::MshMeshReader::MeshPhysicalName:

Public Member Functions

 MeshPhysicalName (Int32 _dimension, Int32 _tag, const String &_name)
bool isNull () const

Public Attributes

Int32 dimension = -1
Int32 tag = -1
String name

Detailed Description

Information about a physical name.

Definition at line 119 of file MshMeshReader.cc.

Constructor & Destructor Documentation

◆ MeshPhysicalName()

Arcane::MshMeshReader::MeshPhysicalName::MeshPhysicalName ( Int32 _dimension,
Int32 _tag,
const String & _name )
inline

Definition at line 121 of file MshMeshReader.cc.

Member Function Documentation

◆ isNull()

bool Arcane::MshMeshReader::MeshPhysicalName::isNull ( ) const
inline

Definition at line 127 of file MshMeshReader.cc.

Member Data Documentation

◆ dimension

Int32 Arcane::MshMeshReader::MeshPhysicalName::dimension = -1

Definition at line 128 of file MshMeshReader.cc.

◆ name

String Arcane::MshMeshReader::MeshPhysicalName::name

Definition at line 130 of file MshMeshReader.cc.

◆ tag

Int32 Arcane::MshMeshReader::MeshPhysicalName::tag = -1

Definition at line 129 of file MshMeshReader.cc.


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