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

A struct used to describe the values of a curvilinear grid in a C-compatible manner. More...

#include <CurvilinearGrid.hpp>

Public Attributes

double * node_x = nullptr
 The x-coordinates of network1d nodes.
 
double * node_y = nullptr
 The y-coordinates of network1d nodes.
 
int num_m = 0
 The number of curvilinear grid nodes along m.
 
int num_n = 0
 The number of curvilinear grid nodes along n.
 

Detailed Description

A struct used to describe the values of a curvilinear grid in a C-compatible manner.


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