A struct used to describe a list of geometries in a C-compatible manner.
More...
#include <GeometryList.hpp>
|
double | geometry_separator |
| The value used as separator in coordinates_x, coordinates_y and values.
|
|
double | inner_outer_separator |
| The value used to separate the inner part of a polygon from its outer part.
|
|
int | num_coordinates = 0 |
| The number of coordinate values present.
|
|
double * | coordinates_x = nullptr |
| The x coordinate values.
|
|
double * | coordinates_y = nullptr |
| The y coordinate values.
|
|
double * | values = nullptr |
| The values at the point.
|
|
A struct used to describe a list of geometries in a C-compatible manner.
The documentation for this struct was generated from the following file:
- /home/runner/work/MeshKernel/MeshKernel/libs/MeshKernelApi/include/MeshKernelApi/GeometryList.hpp