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

A struct used to describe the values of a mesh 1d in a C-compatible manner. More...

#include <Mesh1D.hpp>

Public Attributes

int * edge_nodes = nullptr
 The nodes composing each mesh 1d edge.
 
double * node_x = nullptr
 The x-coordinates of the mesh nodes.
 
double * node_y = nullptr
 The y-coordinates of the mesh nodes.
 
int num_nodes
 The number of 1d nodes.
 
int num_valid_nodes
 The number of valid 1d nodes.
 
int num_edges
 The number of 1d edges.
 
int num_valid_edges
 The number of valid 1d edges.
 

Detailed Description

A struct used to describe the values of a mesh 1d in a C-compatible manner.


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