Skip to main content

System Coupling C++ library 2024 R1

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.
 
CellIdDataoperator= (const CellIdData &)=default
 Copy-assign operator.
 
CellIdDataoperator= (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 160 of file MeshDefinition.hpp.

Constructor & Destructor Documentation

◆ CellIdData()

sysc::CellIdData::CellIdData ( OutputIntegerData  cellIds)
inline

Constructor that takes cell ids.

Definition at line 165 of file MeshDefinition.hpp.

166 :
168 {
169 }
OutputIntegerData cellIds
Cell ids.

Member Data Documentation

◆ cellIds

OutputIntegerData sysc::CellIdData::cellIds

Cell ids.

Definition at line 162 of file MeshDefinition.hpp.

Connect with Ansys