GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <R.h>
Data Fields | |
RASTER_MAP_TYPE | fp_type |
int | mask_fd |
int | auto_mask |
int | want_histogram |
int | nbytes |
int | compression_type |
int | compress_nulls |
int | window_set |
int | split_window |
struct Cell_head | rd_window |
struct Cell_head | wr_window |
int | fileinfo_count |
struct fileinfo * | fileinfo |
int R__::auto_mask |
Definition at line 92 of file R.h.
Referenced by Rast__check_for_auto_masking(), Rast__error_handler(), Rast_maskfd(), Rast_suppress_masking(), and Rast_unsuppress_masking().
int R__::compress_nulls |
Definition at line 96 of file R.h.
Referenced by Rast__error_handler().
int R__::compression_type |
Definition at line 95 of file R.h.
Referenced by Rast__error_handler().
struct fileinfo* R__::fileinfo |
Definition at line 103 of file R.h.
Referenced by Rast__check_format(), Rast__close_null(), Rast__create_window_mapping(), Rast__error_handler(), Rast__read_null_bits(), Rast__read_null_row_ptrs(), Rast__read_row_ptrs(), Rast__unopen_all(), Rast__write_null_bits(), Rast__write_null_row_ptrs(), Rast__write_row_ptrs(), Rast_close(), Rast_get_map_type(), Rast_get_null_value_row(), Rast_get_vrt_row(), Rast_row_repeat_nomask(), Rast_set_quant_rules(), and Rast_unopen().
int R__::fileinfo_count |
Definition at line 102 of file R.h.
Referenced by Rast__error_handler(), Rast__unopen_all(), Rast_close(), and Rast_unopen().
RASTER_MAP_TYPE R__::fp_type |
Definition at line 90 of file R.h.
Referenced by Rast__error_handler(), and Rast_set_fp_type().
int R__::mask_fd |
Definition at line 91 of file R.h.
Referenced by Rast__check_for_auto_masking(), Rast__error_handler(), Rast_maskfd(), Rast_suppress_masking(), and Rast_unsuppress_masking().
int R__::nbytes |
Definition at line 94 of file R.h.
Referenced by Rast__error_handler(), and Rast_set_cell_format().
struct Cell_head R__::rd_window |
Definition at line 99 of file R.h.
Referenced by Rast__create_window_mapping(), Rast__init_window(), Rast__open_old(), Rast_get_vrt(), Rast_get_vrt_row(), Rast_input_window_cols(), Rast_input_window_rows(), and Rast_row_repeat_nomask().
int R__::split_window |
Definition at line 98 of file R.h.
Referenced by Rast__init_window(), Rast_window_cols(), and Rast_window_rows().
int R__::want_histogram |
Definition at line 93 of file R.h.
Referenced by Rast__error_handler(), and Rast_want_histogram().
int R__::window_set |
Definition at line 97 of file R.h.
Referenced by Rast__init_window(), and Rast_unset_window().
struct Cell_head R__::wr_window |
Definition at line 100 of file R.h.
Referenced by Rast__init_window(), Rast_output_window_cols(), Rast_output_window_rows(), Rast_window_cols(), and Rast_window_rows().