Go to the source code of this file.
◆ RASTER3D_ARRAY_ACCESS
| #define RASTER3D_ARRAY_ACCESS |
( |
|
arr, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| ((arr)->array[(arr)->sx * (arr)->sy * (z) + (arr)->sx * (y) + (x)]) |
◆ RASTER3D_CATS_ELEMENT
| #define RASTER3D_CATS_ELEMENT "cats" |
◆ RASTER3D_CELL_ELEMENT
| #define RASTER3D_CELL_ELEMENT "cell" |
◆ RASTER3D_COLOR2_DIRECTORY
| #define RASTER3D_COLOR2_DIRECTORY "colr2" |
◆ RASTER3D_COLOR_ELEMENT
| #define RASTER3D_COLOR_ELEMENT "color" |
◆ RASTER3D_COMPRESSION
| #define RASTER3D_COMPRESSION 1 |
◆ RASTER3D_DEFAULT_WINDOW
| #define RASTER3D_DEFAULT_WINDOW 0 |
◆ RASTER3D_DEFAULT_WINDOW_ELEMENT
| #define RASTER3D_DEFAULT_WINDOW_ELEMENT "DEFAULT_WIND3" |
◆ RASTER3D_DIRECTORY
| #define RASTER3D_DIRECTORY "grid3" |
◆ RASTER3D_HEADER_ELEMENT
| #define RASTER3D_HEADER_ELEMENT "cellhd" |
◆ RASTER3D_HISTORY_ELEMENT
| #define RASTER3D_HISTORY_ELEMENT "hist" |
◆ RASTER3D_MAP_VERSION
| #define RASTER3D_MAP_VERSION 2 |
◆ RASTER3D_MASK_MAP
| #define RASTER3D_MASK_MAP "RASTER3D_MASK" |
◆ RASTER3D_MAX_PRECISION
| #define RASTER3D_MAX_PRECISION -1 |
◆ RASTER3D_NO_CACHE
| #define RASTER3D_NO_CACHE 0 |
◆ RASTER3D_NO_COMPRESSION
| #define RASTER3D_NO_COMPRESSION 0 |
◆ RASTER3D_PERMANENT_MAPSET
| #define RASTER3D_PERMANENT_MAPSET "PERMANENT" |
◆ RASTER3D_RANGE_ELEMENT
| #define RASTER3D_RANGE_ELEMENT "range" |
◆ RASTER3D_TILE_SAME_AS_FILE
| #define RASTER3D_TILE_SAME_AS_FILE 2 |
◆ RASTER3D_USE_CACHE_DEFAULT
| #define RASTER3D_USE_CACHE_DEFAULT -1 |
◆ RASTER3D_USE_CACHE_X
| #define RASTER3D_USE_CACHE_X -2 |
◆ RASTER3D_USE_CACHE_XY
| #define RASTER3D_USE_CACHE_XY -5 |
◆ RASTER3D_USE_CACHE_XYZ
| #define RASTER3D_USE_CACHE_XYZ -8 |
◆ RASTER3D_USE_CACHE_XZ
| #define RASTER3D_USE_CACHE_XZ -6 |
◆ RASTER3D_USE_CACHE_Y
| #define RASTER3D_USE_CACHE_Y -3 |
◆ RASTER3D_USE_CACHE_YZ
| #define RASTER3D_USE_CACHE_YZ -7 |
◆ RASTER3D_USE_CACHE_Z
| #define RASTER3D_USE_CACHE_Z -4 |
◆ RASTER3D_WINDOW_DATABASE
| #define RASTER3D_WINDOW_DATABASE "windows3d" |
◆ RASTER3D_WINDOW_ELEMENT
| #define RASTER3D_WINDOW_ELEMENT "WIND3" |
◆ d_Interval
◆ d_Mask
◆ RASTER3D_Map
◆ read_fn
| typedef int read_fn(int, void *, void *) |
◆ resample_fn
| typedef void resample_fn(struct RASTER3D_Map *, int, int, int, void *, int) |
◆ write_fn
| typedef int write_fn(int, const void *, void *) |