sysc::ElementIdData Struct Reference
Last update: 17.07.2025Element id access struct, provides read-only access to the mesh element ids. More...
#include <MeshDefinition.hpp>
Public Member Functions | |
| ElementIdData (OutputIntegerData elementIds) | |
| Constructor that takes cell ids. | |
| ElementIdData ()=default | |
| Default constructor. | |
| ElementIdData (const ElementIdData &)=default | |
| Copy constructor. | |
| ElementIdData (ElementIdData &&)=default | |
| Move constructor. | |
| ElementIdData & | operator= (const ElementIdData &)=default |
| Copy-assign operator. | |
| ElementIdData & | operator= (ElementIdData &&)=default |
| Move-assign operator. | |
Public Attributes | |
| OutputIntegerData | elementIds |
| Element ids. | |
Detailed Description
Element id access struct, provides read-only access to the mesh element ids.
Definition at line 24 of file MeshDefinition.hpp.
Constructor & Destructor Documentation
◆ ElementIdData()
|
inline |
Constructor that takes cell ids.
Definition at line 29 of file MeshDefinition.hpp.
Member Data Documentation
◆ elementIds
| OutputIntegerData sysc::ElementIdData::elementIds |
Element ids.
Definition at line 26 of file MeshDefinition.hpp.