GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/G3d.h>
Go to the source code of this file.
Functions | |
void | G3d_writeAscii (void *map, const char *fname) |
Writes the cell-values of map in ascii format to file fname. The values are organized by horizontal slices. |
void G3d_writeAscii | ( | 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 18 of file writeascii.c.
References gui_modules.psmap_dialogs::cols, G3d_fatalError(), G3d_getCoordsMap(), G3d_getValueRegion(), G3d_tileTypeMap(), and NULL.