#include <stdio.h>
Go to the source code of this file.
◆ yac_cell_type
Enumerator |
---|
YAC_LON_LAT_CELL | |
YAC_LAT_CELL | |
YAC_GREAT_CIRCLE_CELL | |
YAC_MIXED_CELL | |
Definition at line 26 of file grid_cell.h.
◆ yac_edge_type
Enumerator |
---|
YAC_GREAT_CIRCLE_EDGE | great circle
|
YAC_LAT_CIRCLE_EDGE | latitude circle
|
YAC_LON_CIRCLE_EDGE | longitude circle
|
Definition at line 12 of file grid_cell.h.
◆ yac_copy_grid_cell()
copies a given grid cell
- Parameters
-
[in] | in_cell | cell to be copied |
[out] | out_cell | copied cell |
Definition at line 34 of file grid_cell.c.
◆ yac_free_grid_cell()
frees all memory associated with a grid_cell object and reinitialised the cell
- Parameters
-
Definition at line 44 of file grid_cell.c.
◆ yac_init_grid_cell()
initiates a grid_cell object before the first being used a grid_cell object has to be initialised
- Parameters
-
[in] | cell | object to be initialised |
- See also
- free_grid_cell
-
get_grid_cell
Definition at line 14 of file grid_cell.c.