sysc::CellIdData Struct Reference Last update: 17.07.2025 Cell 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.