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:
Definition at line 41 of file syscPointCloud.h.
Field Documentation
◆ connectivityStamp
| int64_t SyscPointCloud::connectivityStamp |
Mesh connectivity stamp. Update whenever re-meshing happens.
Definition at line 46 of file syscPointCloud.h.
◆ coordinatesStamp
| int64_t SyscPointCloud::coordinatesStamp |
Nodal coordinates stamp. Update whenever nodal coordinates get updated.
Definition at line 50 of file syscPointCloud.h.
◆ 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.
◆ partitioningStamp
| int64_t SyscPointCloud::partitioningStamp |
Partitioning stamp. Update whenever the mesh is re-partitioned.
Definition at line 53 of file syscPointCloud.h.