|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#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, Rast3d_error(), and RASTER3D_READ_DATA.
Referenced by Rast3d_close().
| int Rast3d_flush_all_tiles | ( | RASTER3D_Map * | map | ) |
Definition at line 283 of file cache.c.
References RASTER3D_Map::cache, RASTER3D_Map::cacheFD, RASTER3D_Map::cachePosLast, RASTER3D_Map::numLengthIntern, RASTER3D_Map::operation, Rast3d_cache_flush(), Rast3d_cache_flush_all(), Rast3d_cache_load(), Rast3d_cache_remove_all(), Rast3d_cache_set_remove_fun(), Rast3d_error(), RASTER3D_READ_DATA, read, and RASTER3D_Map::tileSize.
Referenced by N_write_array_3d_to_rast3d(), and Rast3d_retile().
| int Rast3d_init_cache | ( | RASTER3D_Map * | map, |
| int | nCached | ||
| ) |
Definition at line 221 of file cache.c.
References RASTER3D_Map::operation, Rast3d_error(), and RASTER3D_READ_DATA.
Referenced by Rast3d_fill_header().