| 
    GRASS 8 Programmer's Manual
    8.5.0dev(2025)-9d806b45d8
    
   | 
 
#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 21 of file changetype.c.
References x.