Skip to main content

Structure sysc::CellIdData

Definition: MeshDefinition.hpp (line 164)

Cell ids struct, provides read-only access to the mesh cell ids.

Members

Public attributes

Variable cellIds

Definition: MeshDefinition.hpp (line 166)

OutputIntegerData sysc::CellIdData::cellIds

Cell ids.

Type: OutputIntegerData

Public functions

Function CellIdData

sysc::CellIdData::CellIdData(OutputIntegerData cellIds)

Constructor that takes cell ids.

Parameters:

Return type:

Function CellIdData

sysc::CellIdData::CellIdData()=default

Default constructor.

Return type:

Function CellIdData

sysc::CellIdData::CellIdData(const CellIdData &)=default

Copy constructor.

Parameters:

Return type:

Function CellIdData

sysc::CellIdData::CellIdData(CellIdData &&)=default

Move constructor.

Parameters:

Return type:

Function operator=

CellIdData& sysc::CellIdData::operator=(const CellIdData &)=default

Copy-assign operator.

Parameters:

Return type: CellIdData &

Function operator=

CellIdData& sysc::CellIdData::operator=(CellIdData &&)=default

Move-assign operator.

Parameters:

Return type: CellIdData &