GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
RASTER3D_cache Struct Reference

#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
 

Detailed Description

Definition at line 191 of file raster3d.h.

Field Documentation

◆ autoLock

int RASTER3D_cache::autoLock

Definition at line 202 of file raster3d.h.

◆ eltLoadFun

int(* RASTER3D_cache::eltLoadFun) (int, void *, void *)

Definition at line 215 of file raster3d.h.

◆ eltLoadFunData

void* RASTER3D_cache::eltLoadFunData

Definition at line 218 of file raster3d.h.

◆ eltRemoveFun

int(* RASTER3D_cache::eltRemoveFun) (int, const void *, void *)

Definition at line 210 of file raster3d.h.

◆ eltRemoveFunData

void* RASTER3D_cache::eltRemoveFunData

Definition at line 213 of file raster3d.h.

◆ elts

char* RASTER3D_cache::elts

Definition at line 193 of file raster3d.h.

◆ eltSize

int RASTER3D_cache::eltSize

Definition at line 195 of file raster3d.h.

◆ first

int RASTER3D_cache::first

Definition at line 207 of file raster3d.h.

◆ hash

void* RASTER3D_cache::hash

Definition at line 221 of file raster3d.h.

◆ last

int RASTER3D_cache::last

Definition at line 207 of file raster3d.h.

◆ locks

char* RASTER3D_cache::locks

Definition at line 199 of file raster3d.h.

◆ minUnlocked

int RASTER3D_cache::minUnlocked

Definition at line 204 of file raster3d.h.

◆ names

int* RASTER3D_cache::names

Definition at line 197 of file raster3d.h.

◆ next

int* RASTER3D_cache::next

Definition at line 206 of file raster3d.h.

◆ nofElts

int RASTER3D_cache::nofElts

Definition at line 194 of file raster3d.h.

◆ nofUnlocked

int RASTER3D_cache::nofUnlocked

Definition at line 203 of file raster3d.h.

◆ prev

int * RASTER3D_cache::prev

Definition at line 206 of file raster3d.h.


The documentation for this struct was generated from the following file: