SyscPointCloud Struct Reference
Last update: 17.07.2025Provide a point cloud access struct. More...
#include <syscPointCloud.h>
Data Fields | |
| SyscOutputIntegerData | nodeIds |
| SyscOutputVectorData | nodeCoords |
| int64_t | connectivityStamp |
| Mesh connectivity stamp. Update whenever re-meshing happens. | |
| int64_t | coordinatesStamp |
| Nodal coordinates stamp. Update whenever nodal coordinates get updated. | |
| int64_t | partitioningStamp |
| Partitioning stamp. Update whenever the mesh is re-partitioned. | |
Detailed Description
Provide a point cloud access struct.
To create and/or initialize SyscPointCloud, it is highly recommended to use one of the functions with names starting with syscGetPointCloud. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscPointCloud syscGetPointCloud(SyscOutputIntegerData nodeIds, SyscOutputVectorData nodeCoords)
Create a point cloud access struct.
Definition at line 41 of file syscPointCloud.h.
Field Documentation
◆ nodeCoords
| SyscOutputVectorData SyscPointCloud::nodeCoords |
Access to node coordinates array(s).
Definition at line 43 of file syscPointCloud.h.
◆ nodeIds
| SyscOutputIntegerData SyscPointCloud::nodeIds |
Access to node ids array.
Definition at line 42 of file syscPointCloud.h.