Skip to main content

System Coupling C++ library 2025 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 164 of file MeshDefinition.hpp.

Connect with Ansys