A struct describing gridded samples.
More...
#include <GriddedSamples.hpp>
|
|
int | num_x = 0 |
| | Number of x gridded samples coordinates.
|
| |
|
int | num_y = 0 |
| | Number of y gridded samples coordinates.
|
| |
|
double | x_origin = 0.0 |
| | X coordinate of the grid origin (lower left corner)
|
| |
|
double | y_origin = 0.0 |
| | Y coordinate of the grid origin (lower left corner)
|
| |
|
double | cell_size = 0.0 |
| | Constant grid cell size.
|
| |
|
double * | x_coordinates = nullptr |
| | If not nullptr, coordinates for non-uniform grid spacing in x direction.
|
| |
|
double * | y_coordinates = nullptr |
| | If not nullptr, coordinates for non-uniform grid spacing in y direction.
|
| |
|
void * | values = nullptr |
| | Sample values.
|
| |
|
int | value_type = 1 |
| | the numeric representation of the values (0 = short, 1 = float)
|
| |
A struct describing gridded samples.
The documentation for this struct was generated from the following file:
- /home/runner/work/MeshKernel/MeshKernel/libs/MeshKernelApi/include/MeshKernelApi/GriddedSamples.hpp