|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <sys/types.h>#include <unistd.h>#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
| int | Rast3d_init_cache (RASTER3D_Map *map, int nCached) |
| int | Rast3d_dispose_cache (RASTER3D_Map *map) |
| int | Rast3d_flush_all_tiles (RASTER3D_Map *map) |
| int Rast3d_dispose_cache | ( | RASTER3D_Map * | map | ) |
Definition at line 249 of file cache.c.
References RASTER3D_Map::operation, and RASTER3D_READ_DATA.
| int Rast3d_flush_all_tiles | ( | RASTER3D_Map * | map | ) |
Definition at line 283 of file cache.c.
References RASTER3D_Map::cache, RASTER3D_Map::operation, Rast3d_cache_remove_all(), Rast3d_cache_set_remove_fun(), Rast3d_error(), and RASTER3D_READ_DATA.
| int Rast3d_init_cache | ( | RASTER3D_Map * | map, |
| int | nCached | ||
| ) |
Definition at line 221 of file cache.c.
References RASTER3D_Map::operation, and RASTER3D_READ_DATA.