GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_initCache (G3D_Map *map, int nCached) |
int | G3d_disposeCache (G3D_Map *map) |
int | G3d_flushAllTiles (G3D_Map *map) |
int G3d_disposeCache | ( | G3D_Map * | map | ) |
Definition at line 243 of file g3dcache.c.
References G3d_error(), and G3D_READ_DATA.
Referenced by G3d_closeCell().
int G3d_flushAllTiles | ( | G3D_Map * | map | ) |
Definition at line 278 of file g3dcache.c.
References G3d_cache_flush(), G3d_cache_flush_all(), G3d_cache_load(), G3d_cache_remove_all(), G3d_cache_set_removeFun(), G3d_error(), G3D_READ_DATA, and int.
Referenced by G3d_retile().
Definition at line 215 of file g3dcache.c.
References G3d_error(), and G3D_READ_DATA.
Referenced by G3d_fillHeader().