GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <R.h>
Data Fields | |
int | open_mode |
struct Cell_head | cellhd |
struct Reclass | reclass |
struct Cell_stats | statf |
struct Range | range |
struct FPRange | fp_range |
int | want_histogram |
int | reclass_flag |
off_t * | row_ptr |
COLUMN_MAPPING * | col_map |
double | C1 |
double | C2 |
int | cur_row |
int | null_cur_row |
int | cur_nbytes |
unsigned char * | data |
int | null_fd |
unsigned char * | null_bits |
int | nbytes |
RASTER_MAP_TYPE | map_type |
char * | temp_name |
char * | null_temp_name |
int | null_file_exists |
char * | name |
char * | mapset |
int | io_error |
struct Quant | quant |
struct GDAL_link * | gdal |
int | data_fd |
off_t * | null_row_ptr |
struct R_vrt * | vrt |
double fileinfo::C1 |
Definition at line 66 of file R.h.
Referenced by Rast__create_window_mapping(), and Rast_row_repeat_nomask().
double fileinfo::C2 |
Definition at line 66 of file R.h.
Referenced by Rast__create_window_mapping(), and Rast_row_repeat_nomask().
struct Cell_head fileinfo::cellhd |
Definition at line 57 of file R.h.
Referenced by Rast__check_format(), Rast__close_null(), Rast__create_window_mapping(), Rast__read_null_bits(), Rast__read_null_row_ptrs(), Rast__read_row_ptrs(), Rast__write_null_bits(), Rast__write_null_row_ptrs(), and Rast__write_row_ptrs().
COLUMN_MAPPING* fileinfo::col_map |
Definition at line 65 of file R.h.
Referenced by Rast__create_window_mapping().
int fileinfo::data_fd |
Definition at line 83 of file R.h.
Referenced by Rast__check_format().
RASTER_MAP_TYPE fileinfo::map_type |
Definition at line 74 of file R.h.
Referenced by Rast_get_map_type(), and Rast_set_fp_type().
char* fileinfo::mapset |
Definition at line 79 of file R.h.
Referenced by Rast__open_null_write(), and Rast_put_cell_title().
char* fileinfo::name |
Definition at line 78 of file R.h.
Referenced by Rast__close_null().
int fileinfo::null_cur_row |
Definition at line 68 of file R.h.
Referenced by Rast__write_null_bits().
int fileinfo::null_fd |
Definition at line 71 of file R.h.
Referenced by Rast__close_null(), and Rast__read_null_bits().
off_t* fileinfo::null_row_ptr |
Definition at line 84 of file R.h.
Referenced by Rast__close_null(), and Rast__write_null_bits().
int fileinfo::open_mode |
Definition at line 56 of file R.h.
Referenced by Rast__create_window_mapping(), Rast__unopen_all(), Rast_close(), Rast_set_quant_rules(), and Rast_unopen().
struct Quant fileinfo::quant |
Definition at line 81 of file R.h.
Referenced by Rast_set_quant_rules().
int fileinfo::reclass_flag |
Definition at line 63 of file R.h.
Referenced by Rast_get_null_value_row().
off_t* fileinfo::row_ptr |
Definition at line 64 of file R.h.
Referenced by Rast__check_format().
struct Cell_stats fileinfo::statf |
struct R_vrt* fileinfo::vrt |
Definition at line 85 of file R.h.
Referenced by Rast_get_vrt_row().