GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
changetype.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/raster3d.h>
Include dependency graph for changetype.c:

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...
 

Function Documentation

◆ Rast3d_change_type()

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.

Parameters
map
nameOut
Returns
void

Definition at line 24 of file changetype.c.

References x.