|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <raster3d.h>
Data Fields | |
| int | nofNames |
| int * | index |
| char * | active |
| int | lastName |
| int | lastIndex |
| int | lastIndexActive |
Definition at line 228 of file raster3d.h.
| char * Rast3d_cache_hash::active |
Definition at line 232 of file raster3d.h.
Referenced by Rast3d_cache_hash_dispose(), Rast3d_cache_hash_load_name(), Rast3d_cache_hash_name2index(), Rast3d_cache_hash_new(), Rast3d_cache_hash_remove_name(), and Rast3d_cache_hash_reset().
| int * Rast3d_cache_hash::index |
Definition at line 231 of file raster3d.h.
Referenced by Rast3d_cache_hash_dispose(), Rast3d_cache_hash_load_name(), Rast3d_cache_hash_name2index(), and Rast3d_cache_hash_new().
| int Rast3d_cache_hash::lastIndex |
Definition at line 234 of file raster3d.h.
Referenced by Rast3d_cache_hash_name2index().
| int Rast3d_cache_hash::lastIndexActive |
Definition at line 235 of file raster3d.h.
Referenced by Rast3d_cache_hash_name2index(), Rast3d_cache_hash_remove_name(), and Rast3d_cache_hash_reset().
| int Rast3d_cache_hash::lastName |
Definition at line 233 of file raster3d.h.
Referenced by Rast3d_cache_hash_name2index(), and Rast3d_cache_hash_remove_name().
| int Rast3d_cache_hash::nofNames |
Definition at line 230 of file raster3d.h.
Referenced by Rast3d_cache_hash_load_name(), Rast3d_cache_hash_new(), Rast3d_cache_hash_remove_name(), and Rast3d_cache_hash_reset().