GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
cache.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
#include "raster3d_intern.h"
Include dependency graph for cache.c:

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)
 

Function Documentation

◆ Rast3d_dispose_cache()

int Rast3d_dispose_cache ( RASTER3D_Map map)

Definition at line 249 of file cache.c.

References RASTER3D_Map::operation, and RASTER3D_READ_DATA.

◆ Rast3d_flush_all_tiles()

◆ Rast3d_init_cache()

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.