GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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_changePrecision (void *map, int precision, const char *nameOut) |
Makes a copy of map with name nameOut which is written with precision. The source code can be found in changeprecision.c. More... | |
void G3d_changePrecision | ( | void * | map, |
int | precision, | ||
const char * | nameOut | ||
) |
Makes a copy of map with name nameOut which is written with precision. The source code can be found in changeprecision.c.
map | |
precision | |
nameOut |
Definition at line 23 of file changeprecision.c.
References menudata::data, G3d_allocTiles(), G3d_closeCell(), G3d_fatalError(), G3d_freeTiles(), G3d_getCompressionMode(), G3d_getFileType(), G3d_getNofTilesMap(), G3d_getRegionStructMap(), G3d_getTileDimension(), G3d_getTileDimensionsMap(), G3d_openCellNew(), G3d_readTile(), G3d_setCompressionMode(), G3d_setFileType(), G3d_setTileDimension(), G3d_tile2tileIndex(), G3d_tileTypeMap(), G3d_writeTile(), NULL, and y.