GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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. More... | |
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.
map | |
fname |
Definition at line 19 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.