HydroCouple  2.0.0
HydroCouple Interface Definitions
Loading...
Searching...
No Matches
CoordinateBuffer3D Struct Reference

Non-owning SoA view over 3D coordinate data (x, y, z stored in separate arrays). More...

#include <hydrocouplespatialwkb.h>

Collaboration diagram for CoordinateBuffer3D:

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.
 

Detailed Description

Non-owning SoA view over 3D coordinate data (x, y, z stored in separate arrays).

Member Data Documentation

◆ count

uint32_t CoordinateBuffer3D::count

Number of coordinate tuples.

◆ x

double* CoordinateBuffer3D::x

Pointer to contiguous array of x-coordinates.

◆ y

double* CoordinateBuffer3D::y

Pointer to contiguous array of y-coordinates.

◆ z

double* CoordinateBuffer3D::z

Pointer to contiguous array of z-coordinates.


The documentation for this struct was generated from the following file: