![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
Non-owning SoA view over 2D coordinate data (x, y stored in separate arrays). More...
#include <hydrocouplespatialwkb.h>
Public Attributes | |
| double * | x |
| Pointer to contiguous array of x-coordinates. | |
| double * | y |
| Pointer to contiguous array of y-coordinates. | |
| uint32_t | count |
| Number of coordinate tuples. | |
Non-owning SoA view over 2D coordinate data (x, y stored in separate arrays).
Enables cache-efficient iteration over individual coordinate components for SIMD and data-oriented processing patterns. The caller is responsible for managing the lifetime and allocation of the underlying arrays.
| uint32_t CoordinateBuffer2D::count |
Number of coordinate tuples.
| double* CoordinateBuffer2D::x |
Pointer to contiguous array of x-coordinates.
| double* CoordinateBuffer2D::y |
Pointer to contiguous array of y-coordinates.