sysc::CellIdData Struct Reference
Last update: 17.07.2025Cell ids struct, provides read-only access to the mesh cell ids. More...
#include <MeshDefinition.hpp>
Public Member Functions | |
| CellIdData (OutputIntegerData cellIds) | |
| Constructor that takes cell ids. | |
| CellIdData ()=default | |
| Default constructor. | |
| CellIdData (const CellIdData &)=default | |
| Copy constructor. | |
| CellIdData (CellIdData &&)=default | |
| Move constructor. | |
| CellIdData & | operator= (const CellIdData &)=default |
| Copy-assign operator. | |
| CellIdData & | operator= (CellIdData &&)=default |
| Move-assign operator. | |
Public Attributes | |
| OutputIntegerData | cellIds |
| Cell ids. | |
Detailed Description
Cell ids struct, provides read-only access to the mesh cell ids.
Definition at line 164 of file MeshDefinition.hpp.
Constructor & Destructor Documentation
◆ CellIdData()
|
inline |
Constructor that takes cell ids.
Definition at line 169 of file MeshDefinition.hpp.
170 :
172 {
173 }
Member Data Documentation
◆ cellIds
| OutputIntegerData sysc::CellIdData::cellIds |
Cell ids.
Definition at line 166 of file MeshDefinition.hpp.