GRASS Programmer's Manual  6.4.2(2012)
cachehash.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <grass/G3d.h>
#include "G3d_intern.h"
Include dependency graph for cachehash.c:

Go to the source code of this file.

Data Structures

struct  G3d_cache_hash

Functions

void G3d_cache_hash_reset (G3d_cache_hash *h)
void G3d_cache_hash_dispose (G3d_cache_hash *h)
void * G3d_cache_hash_new (int nofNames)
void G3d_cache_hash_remove_name (G3d_cache_hash *h, int name)
void G3d_cache_hash_load_name (G3d_cache_hash *h, int name, int index)
int G3d_cache_hash_name2index (G3d_cache_hash *h, int name)

Function Documentation

void G3d_cache_hash_load_name ( G3d_cache_hash h,
int  name,
int  index 
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines