MeshKernel
Public Attributes | List of all members
meshkernelapi::GeometryList Struct Reference

A struct used to describe a list of geometries in a C-compatible manner. More...

#include <GeometryList.hpp>

Public Attributes

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.
 

Detailed Description

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: