GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <raster3d.h>
Data Fields | |
char * | elts |
int | nofElts |
int | eltSize |
int * | names |
char * | locks |
int | autoLock |
int | nofUnlocked |
int | minUnlocked |
int * | next |
int * | prev |
int | first |
int | last |
int(* | eltRemoveFun )(int, const void *, void *) |
void * | eltRemoveFunData |
int(* | eltLoadFun )(int, void *, void *) |
void * | eltLoadFunData |
void * | hash |
Definition at line 191 of file raster3d.h.
int RASTER3D_cache::autoLock |
Definition at line 202 of file raster3d.h.
int(* RASTER3D_cache::eltLoadFun) (int, void *, void *) |
Definition at line 215 of file raster3d.h.
void* RASTER3D_cache::eltLoadFunData |
Definition at line 218 of file raster3d.h.
int(* RASTER3D_cache::eltRemoveFun) (int, const void *, void *) |
Definition at line 210 of file raster3d.h.
void* RASTER3D_cache::eltRemoveFunData |
Definition at line 213 of file raster3d.h.
char* RASTER3D_cache::elts |
Definition at line 193 of file raster3d.h.
int RASTER3D_cache::eltSize |
Definition at line 195 of file raster3d.h.
int RASTER3D_cache::first |
Definition at line 207 of file raster3d.h.
void* RASTER3D_cache::hash |
Definition at line 221 of file raster3d.h.
int RASTER3D_cache::last |
Definition at line 207 of file raster3d.h.
char* RASTER3D_cache::locks |
Definition at line 199 of file raster3d.h.
int RASTER3D_cache::minUnlocked |
Definition at line 204 of file raster3d.h.
int* RASTER3D_cache::names |
Definition at line 197 of file raster3d.h.
int* RASTER3D_cache::next |
Definition at line 206 of file raster3d.h.
int RASTER3D_cache::nofElts |
Definition at line 194 of file raster3d.h.
int RASTER3D_cache::nofUnlocked |
Definition at line 203 of file raster3d.h.
int * RASTER3D_cache::prev |
Definition at line 206 of file raster3d.h.