|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#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. | |
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 DCELL_TYPE, FCELL_TYPE, NULL, Rast3d_alloc_tiles(), Rast3d_close(), Rast3d_copy_values(), Rast3d_fatal_error(), Rast3d_file_type_map(), Rast3d_free_tiles(), Rast3d_get_file_type(), Rast3d_get_nof_tiles_map(), Rast3d_get_region_struct_map(), Rast3d_get_tile_dimension(), Rast3d_get_tile_dimensions_map(), Rast3d_open_cell_new(), Rast3d_read_tile(), Rast3d_set_file_type(), Rast3d_set_tile_dimension(), Rast3d_tile2tile_index(), Rast3d_tile_type_map(), Rast3d_write_tile(), RASTER3D_USE_CACHE_DEFAULT, and x.