GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G__ Struct Reference

#include <G.h>

Collaboration diagram for G__:

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 fileinfofileinfo
 

Detailed Description

Definition at line 74 of file G.h.

Field Documentation

int G__::auto_mask
unsigned char* G__::compressed_buf

Definition at line 85 of file G.h.

Referenced by G_dump().

int G__::compressed_buf_size

Definition at line 86 of file G.h.

Referenced by G_dump().

int G__::fileinfo_count

Definition at line 94 of file G.h.

Referenced by G_close_cell(), G_set_window(), and G_unopen_cell().

int G__::fp_nbytes

Definition at line 76 of file G.h.

Referenced by G_dump().

RASTER_MAP_TYPE G__::fp_type

Definition at line 77 of file G.h.

Referenced by G_dump().

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
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().

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().


The documentation for this struct was generated from the following file: