|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#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_precision (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. | |
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 21 of file changeprecision.c.
References NULL, Rast3d_alloc_tiles(), Rast3d_close(), Rast3d_fatal_error(), Rast3d_free_tiles(), Rast3d_get_compression_mode(), 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_compression_mode(), Rast3d_set_file_type(), Rast3d_set_tile_dimension(), Rast3d_tile2tile_index(), Rast3d_tile_type_map(), Rast3d_write_tile(), RASTER3D_COMPRESSION, RASTER3D_USE_CACHE_DEFAULT, and x.