GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <G.h>
Data Fields | |
int | fp_nbytes |
RASTER_MAP_TYPE | fp_type |
struct Cell_head | window |
int | window_set |
int | mask_fd |
int | auto_mask |
CELL * | mask_buf |
char * | null_buf |
CELL * | temp_buf |
unsigned char * | compressed_buf |
int | compressed_buf_size |
unsigned char * | work_buf |
int | work_buf_size |
int | null_buf_size |
int | mask_buf_size |
int | temp_buf_size |
int | want_histogram |
int | fileinfo_count |
struct fileinfo * | fileinfo |
int G__::auto_mask |
Definition at line 81 of file G.h.
Referenced by G__check_for_auto_masking(), G_dump(), G_maskfd(), G_set_window(), G_suppress_masking(), and G_unsuppress_masking().
struct fileinfo* G__::fileinfo |
Definition at line 95 of file G.h.
Referenced by G__check_format(), G__create_window_mapping(), G__open_null_write(), G__put_null_value_row(), G__random_d_initialize_0(), G__random_f_initialize_0(), G__read_row_ptrs(), G__write_data(), G__write_data_compressed(), G__write_fp_format(), G__write_row_ptrs(), G_close_cell(), G_dump(), G_get_null_value_row(), G_get_raster_map_type(), G_get_raster_row_colors(), G_put_map_row(), G_put_map_row_random(), G_row_repeat_nomask(), G_set_quant_rules(), G_set_window(), and G_unopen_cell().
int G__::fileinfo_count |
Definition at line 94 of file G.h.
Referenced by G_close_cell(), G_set_window(), and G_unopen_cell().
CELL* G__::mask_buf |
Definition at line 82 of file G.h.
Referenced by G__reallocate_mask_buf(), and G_dump().
int G__::mask_buf_size |
Definition at line 90 of file G.h.
Referenced by G__reallocate_mask_buf(), and G_dump().
int G__::mask_fd |
Definition at line 80 of file G.h.
Referenced by G__check_for_auto_masking(), G_dump(), G_maskfd(), G_set_window(), G_suppress_masking(), and G_unsuppress_masking().
char* G__::null_buf |
Definition at line 83 of file G.h.
Referenced by G__reallocate_null_buf(), and G_dump().
int G__::null_buf_size |
Definition at line 89 of file G.h.
Referenced by G__reallocate_null_buf(), and G_dump().
CELL* G__::temp_buf |
Definition at line 84 of file G.h.
Referenced by G__reallocate_temp_buf().
int G__::temp_buf_size |
Definition at line 91 of file G.h.
Referenced by G__reallocate_temp_buf().
int G__::want_histogram |
Definition at line 92 of file G.h.
Referenced by G_dump(), and G_want_histogram().
struct Cell_head G__::window |
Definition at line 78 of file G.h.
Referenced by G__create_window_mapping(), G__init_window(), G__open_cell_old(), G__reallocate_mask_buf(), G__reallocate_null_buf(), G__reallocate_temp_buf(), G__reallocate_work_buf(), G_dump(), G_get_null_value_row(), G_get_raster_row_colors(), G_get_set_window(), G_get_window(), G_row_repeat_nomask(), G_set_window(), G_window_cols(), and G_window_rows().
int G__::window_set |
Definition at line 79 of file G.h.
Referenced by G__init_window(), G_dump(), G_get_window(), and G_set_window().
unsigned char* G__::work_buf |
Definition at line 87 of file G.h.
Referenced by G__reallocate_work_buf(), G__write_data(), G__write_data_compressed(), and G_dump().
int G__::work_buf_size |
Definition at line 88 of file G.h.
Referenced by G__reallocate_work_buf(), and G_dump().