sysc::ElementTypeData Struct Reference
Last update: 17.07.2025Element 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. | |
| ElementTypeData & | operator= (const ElementTypeData &)=default |
| Copy-assign operator. | |
| ElementTypeData & | operator= (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 55 of file MeshDefinition.hpp.
Constructor & Destructor Documentation
◆ ElementTypeData()
|
inline |
Constructor that takes element types.
Definition at line 60 of file MeshDefinition.hpp.
61 :
63 {
64 }
Member Data Documentation
◆ elementTypes
| OutputIntegerData sysc::ElementTypeData::elementTypes |
Element types array access.
Definition at line 57 of file MeshDefinition.hpp.