GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Data Structures | |
struct | RASTER3D_Region |
struct | RASTER3D_Map |
struct | RASTER3D_cache |
struct | Rast3d_cache_hash |
struct | _d_interval |
struct | _d_mask |
struct | RASTER3D_Array_double |
Typedefs | |
typedef void | resample_fn(struct RASTER3D_Map *, int, int, int, void *, int) |
typedef struct RASTER3D_Map | RASTER3D_Map |
typedef struct _d_interval | d_Interval |
typedef struct _d_mask | d_Mask |
typedef int | write_fn(int, const void *, void *) |
typedef int | read_fn(int, void *, void *) |
#define RASTER3D_ARRAY_ACCESS | ( | arr, | |
x, | |||
y, | |||
z | |||
) | ((arr)->array[(arr)->sx * (arr)->sy * (z) + (arr)->sx * (y) + (x)]) |
Definition at line 268 of file raster3d.h.
#define RASTER3D_CATS_ELEMENT "cats" |
Definition at line 33 of file raster3d.h.
Referenced by Rast3d_write_cats().
#define RASTER3D_CELL_ELEMENT "cell" |
Definition at line 32 of file raster3d.h.
Referenced by Rast3d_mask_file_exists(), and Rast3d_open_cell_old_no_header().
#define RASTER3D_COLOR2_DIRECTORY "colr2" |
Definition at line 38 of file raster3d.h.
#define RASTER3D_COLOR_ELEMENT "color" |
Definition at line 37 of file raster3d.h.
Referenced by Rast3d_remove_color(), and Rast3d_write_colors().
#define RASTER3D_COMPRESSION 1 |
Definition at line 15 of file raster3d.h.
Referenced by Rast3d_set_compression_mode().
#define RASTER3D_DEFAULT_WINDOW NULL |
Definition at line 29 of file raster3d.h.
Referenced by Rast3d_compare_files().
#define RASTER3D_DEFAULT_WINDOW_ELEMENT "DEFAULT_WIND3" |
Definition at line 41 of file raster3d.h.
#define RASTER3D_DIRECTORY "grid3" |
Definition at line 31 of file raster3d.h.
Referenced by Rast3d_filename(), Rast3d_make_mapset_map_directory(), Rast3d_mask_file_exists(), Rast3d_open_cell_old_no_header(), Rast3d_read_history(), Rast3d_read_range(), Rast3d_remove_color(), Rast3d_write_cats(), Rast3d_write_colors(), and Rast3d_write_history().
#define RASTER3D_HEADER_ELEMENT "cellhd" |
Definition at line 35 of file raster3d.h.
#define RASTER3D_HISTORY_ELEMENT "hist" |
Definition at line 36 of file raster3d.h.
Referenced by Rast3d_read_history(), and Rast3d_write_history().
#define RASTER3D_MAP_VERSION |
Definition at line 7 of file raster3d.h.
#define RASTER3D_MASK_MAP "RASTER3D_MASK" |
Definition at line 39 of file raster3d.h.
Referenced by Rast3d_mask_file(), and Rast3d_mask_file_exists().
#define RASTER3D_MAX_PRECISION -1 |
Definition at line 17 of file raster3d.h.
#define RASTER3D_NO_CACHE 0 |
Definition at line 19 of file raster3d.h.
Referenced by Rast3d__compute_cache_size(), and Rast3d_cache_size_encode().
#define RASTER3D_NO_COMPRESSION 0 |
Definition at line 14 of file raster3d.h.
Referenced by Rast3d_print_header(), Rast3d_read_tile(), and Rast3d_set_compression_mode().
#define RASTER3D_PERMANENT_MAPSET "PERMANENT" |
Definition at line 43 of file raster3d.h.
#define RASTER3D_RANGE_ELEMENT "range" |
Definition at line 34 of file raster3d.h.
Referenced by Rast3d_range_write(), and Rast3d_read_range().
#define RASTER3D_TILE_SAME_AS_FILE 2 |
Definition at line 12 of file raster3d.h.
Referenced by Rast3d_compare_files().
#define RASTER3D_USE_CACHE_DEFAULT -1 |
Definition at line 20 of file raster3d.h.
Referenced by Rast3d__compute_cache_size(), Rast3d_cache_size_encode(), and Rast3d_compare_files().
#define RASTER3D_USE_CACHE_X -2 |
Definition at line 21 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_USE_CACHE_XY -5 |
Definition at line 24 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_USE_CACHE_XYZ -8 |
Definition at line 27 of file raster3d.h.
Referenced by Rast3d__compute_cache_size(), and Rast3d_cache_size_encode().
#define RASTER3D_USE_CACHE_XZ -6 |
Definition at line 25 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_USE_CACHE_Y -3 |
Definition at line 22 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_USE_CACHE_YZ -7 |
Definition at line 26 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_USE_CACHE_Z -4 |
Definition at line 23 of file raster3d.h.
Referenced by Rast3d__compute_cache_size().
#define RASTER3D_WINDOW_DATABASE "windows3d" |
Definition at line 42 of file raster3d.h.
#define RASTER3D_WINDOW_ELEMENT "WIND3" |
Definition at line 40 of file raster3d.h.
Referenced by Rast3d_get_window_params().
typedef struct _d_interval d_Interval |
typedef struct RASTER3D_Map RASTER3D_Map |
typedef int read_fn(int, void *, void *) |
Definition at line 255 of file raster3d.h.
typedef void resample_fn(struct RASTER3D_Map *, int, int, int, void *, int) |
Definition at line 68 of file raster3d.h.
typedef int write_fn(int, const void *, void *) |
Definition at line 254 of file raster3d.h.