Skip to main content

System Coupling C++ library 2024 R1

sysc::ElementTypeData Struct Reference

Last update: 17.07.2025

Element types access struct, provides read-only access to the mesh element types. More...

#include <MeshDefinition.hpp>

Public Member Functions

 ElementTypeData (OutputIntegerData elementTypes)
 Constructor that takes element types.
 
 ElementTypeData ()=default
 Default constructor.
 
 ElementTypeData (const ElementTypeData &)=default
 Copy constructor.
 
 ElementTypeData (ElementTypeData &&)=default
 Move constructor.
 
ElementTypeDataoperator= (const ElementTypeData &)=default
 Copy-assign operator.
 
ElementTypeDataoperator= (ElementTypeData &&)=default
 Move-assign operator.
 

Public Attributes

OutputIntegerData elementTypes
 Element types array access.
 

Detailed Description

Element types access struct, provides read-only access to the mesh element types.

Definition at line 51 of file MeshDefinition.hpp.

Constructor & Destructor Documentation

◆ ElementTypeData()

sysc::ElementTypeData::ElementTypeData ( OutputIntegerData  elementTypes)
inline

Constructor that takes element types.

Definition at line 56 of file MeshDefinition.hpp.

57 :
59 {
60 }
OutputIntegerData elementTypes
Element types array access.

Member Data Documentation

◆ elementTypes

OutputIntegerData sysc::ElementTypeData::elementTypes

Element types array access.

Definition at line 53 of file MeshDefinition.hpp.

Connect with Ansys