GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
Go to the source code of this file.
Functions | |
void | Rast3d_change_type (void *map, const char *nameOut) |
Makes a copy of map with name nameOut in which the cells are of type FCELL_TYPE if they are DCELL_TYPE in map, and in DCELL_TYPE otherwise. The source code can be found in changetype.c. More... | |
void Rast3d_change_type | ( | void * | map, |
const char * | nameOut | ||
) |
Makes a copy of map with name nameOut in which the cells are of type FCELL_TYPE if they are DCELL_TYPE in map, and in DCELL_TYPE otherwise. The source code can be found in changetype.c.
map | |
nameOut |
Definition at line 24 of file changetype.c.
References x.