GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <G.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 | nbytes |
RASTER_MAP_TYPE | map_type |
char * | temp_name |
char * | null_temp_name |
int | null_file_exists |
char * | name |
char * | mapset |
int | io_error |
XDR | xdrstream |
unsigned char * | NULL_ROWS [NULL_ROWS_INMEM] |
unsigned char * | null_work_buf |
int | min_null_row |
struct Quant | quant |
struct GDAL_link * | gdal |
double fileinfo::C1 |
Definition at line 53 of file G.h.
Referenced by G__create_window_mapping(), G_dump(), and G_row_repeat_nomask().
double fileinfo::C2 |
Definition at line 53 of file G.h.
Referenced by G__create_window_mapping(), G_dump(), and G_row_repeat_nomask().
struct Cell_head fileinfo::cellhd |
Definition at line 44 of file G.h.
Referenced by G__check_format(), G__create_window_mapping(), G__open_cell_old(), G__read_row_ptrs(), G__write_row_ptrs(), G_dump(), and G_set_window().
COLUMN_MAPPING* fileinfo::col_map |
Definition at line 52 of file G.h.
Referenced by G__create_window_mapping(), and G_dump().
int fileinfo::cur_row |
Definition at line 54 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
unsigned char* fileinfo::data |
Definition at line 57 of file G.h.
Referenced by G__open_cell_old(), G_dump(), tools.PositionWindow::PostDraw(), and tools.PositionWindow::UpdatePos().
struct GDAL_link* fileinfo::gdal |
Definition at line 71 of file G.h.
Referenced by G__open_cell_old().
int fileinfo::io_error |
Definition at line 65 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
RASTER_MAP_TYPE fileinfo::map_type |
Definition at line 59 of file G.h.
Referenced by G__open_cell_old(), G__write_fp_format(), G_dump(), G_get_raster_map_type(), G_get_raster_row_colors(), G_put_map_row(), and G_set_fp_type().
char* fileinfo::mapset |
Definition at line 64 of file G.h.
Referenced by G__open_cell_old(), G__read_row_ptrs(), G__write_fp_format(), G_dump(), and G_put_cell_title().
int fileinfo::min_null_row |
Definition at line 69 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
char* fileinfo::name |
Definition at line 63 of file G.h.
Referenced by G__open_cell_old(), G__read_row_ptrs(), G__write_fp_format(), G_dump(), G_put_map_row(), python.task.grassTask::get_cmd(), and python.task.grassTask::get_name().
int fileinfo::nbytes |
Definition at line 58 of file G.h.
Referenced by G__open_cell_old(), G__read_row_ptrs(), G__write_data(), G__write_data_compressed(), G__write_row_ptrs(), and G_dump().
int fileinfo::null_cur_row |
Definition at line 55 of file G.h.
Referenced by G__open_cell_old(), G__put_null_value_row(), and G_dump().
int fileinfo::null_file_exists |
Definition at line 62 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
unsigned char* fileinfo::NULL_ROWS[NULL_ROWS_INMEM] |
Definition at line 67 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
char* fileinfo::null_temp_name |
Definition at line 61 of file G.h.
Referenced by G__open_null_write(), and G_dump().
unsigned char* fileinfo::null_work_buf |
Definition at line 68 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
int fileinfo::open_mode |
Definition at line 43 of file G.h.
Referenced by G__create_window_mapping(), G__open_cell_old(), G__write_fp_format(), G_close_cell(), G_dump(), G_set_quant_rules(), G_set_window(), and G_unopen_cell().
struct Quant fileinfo::quant |
Definition at line 70 of file G.h.
Referenced by G__open_cell_old(), G_dump(), and G_set_quant_rules().
struct Range fileinfo::range |
Definition at line 47 of file G.h.
Referenced by G_dump(), and G_put_map_row_random().
struct Reclass fileinfo::reclass |
Definition at line 45 of file G.h.
Referenced by G__open_cell_old(), and G_dump().
int fileinfo::reclass_flag |
Definition at line 50 of file G.h.
Referenced by G__open_cell_old(), G_dump(), and G_get_null_value_row().
off_t* fileinfo::row_ptr |
Definition at line 51 of file G.h.
Referenced by G__check_format(), G__read_row_ptrs(), G__write_row_ptrs(), and G_dump().
struct Cell_stats fileinfo::statf |
Definition at line 46 of file G.h.
Referenced by G_dump(), and G_put_map_row_random().
int fileinfo::want_histogram |
Definition at line 49 of file G.h.
Referenced by G_dump(), and G_put_map_row_random().
XDR fileinfo::xdrstream |
Definition at line 66 of file G.h.
Referenced by G__open_cell_old(), G__random_d_initialize_0(), G__random_f_initialize_0(), and G_dump().