|
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_retile (void *map, const char *nameOut, int tileX, int tileY, int tileZ) |
| Makes a copy of map with name nameOut which has tile dimensions tileX, tileY, tileZ. The source code can be found in retile.c. | |
Makes a copy of map with name nameOut which has tile dimensions tileX, tileY, tileZ. The source code can be found in retile.c.
| map | |
| nameOut | |
| tileX | |
| tileY | |
| tileZ |
Definition at line 77 of file retile.c.
References G_percent(), NULL, Rast3d_close(), Rast3d_coord2tile_coord(), Rast3d_fatal_error(), Rast3d_file_type_map(), Rast3d_flush_all_tiles(), Rast3d_get_coords_map(), Rast3d_get_file_type(), Rast3d_get_region_struct_map(), Rast3d_get_tile_dimension(), Rast3d_get_value_region(), Rast3d_open_cell_new(), Rast3d_put_value(), Rast3d_set_file_type(), Rast3d_set_tile_dimension(), Rast3d_tile_type_map(), Rast3d_tile_use_cache_map(), RASTER3D_USE_CACHE_DEFAULT, and x.