|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include <grass/gis.h>#include <grass/raster3d.h>
Go to the source code of this file.
Functions | |
| void | Rast3d_write_ascii (void *map, const char *fname) |
| Writes the cell-values of map in ascii format to file fname. The values are organized by horizontal slices. | |
Writes the cell-values of map in ascii format to file fname. The values are organized by horizontal slices.
| map | |
| fname |
Definition at line 18 of file writeascii.c.
References FCELL_TYPE, NULL, Rast3d_fatal_error(), Rast3d_get_coords_map(), Rast3d_get_value_region(), Rast3d_tile_type_map(), and x.