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