![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
Non-owning SoA view over 2D+M coordinate data (x, y, m 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. | |
| double * | m |
| Pointer to contiguous array of measure values. | |
| uint32_t | count |
| Number of coordinate tuples. | |
Non-owning SoA view over 2D+M coordinate data (x, y, m stored in separate arrays).
| uint32_t CoordinateBufferM::count |
Number of coordinate tuples.
| double* CoordinateBufferM::m |
Pointer to contiguous array of measure values.
| double* CoordinateBufferM::x |
Pointer to contiguous array of x-coordinates.
| double* CoordinateBufferM::y |
Pointer to contiguous array of y-coordinates.