GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
g3dcache.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <unistd.h>
#include "G3d_intern.h"
Include dependency graph for g3dcache.c:

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)
 

Function Documentation

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)
int G3d_initCache ( G3D_Map *  map,
int  nCached 
)

Definition at line 215 of file g3dcache.c.

References G3d_error(), and G3D_READ_DATA.

Referenced by G3d_fillHeader().