GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 245 of file cache.c.
References RASTER3D_Map::operation, and RASTER3D_READ_DATA.
int Rast3d_flush_all_tiles | ( | RASTER3D_Map * | map | ) |
Definition at line 280 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 217 of file cache.c.
References RASTER3D_Map::operation, and RASTER3D_READ_DATA.