|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
structure for slice mode reading from volume file More...
Data Fields | |
| int | num |
| int | skip |
| int | crnt |
| int | base |
| void * | slice [MAX_VOL_SLICES] |
structure for slice mode reading from volume file
Definition at line 43 of file gvl_file.c.
| int slice_data::base |
Definition at line 46 of file gvl_file.c.
Referenced by get_slice_value(), gvl_file_set_mode(), gvl_file_set_slices_param(), gvl_file_start_read(), and shift_slices().
| int slice_data::crnt |
Definition at line 46 of file gvl_file.c.
Referenced by get_slice_value(), gvl_file_set_mode(), gvl_file_start_read(), and shift_slices().
| int slice_data::num |
Definition at line 45 of file gvl_file.c.
Referenced by alloc_slice_buff(), free_slice_buff(), get_slice_value(), gvl_file_set_mode(), gvl_file_set_slices_param(), gvl_file_start_read(), and shift_slices().
| int slice_data::skip |
Definition at line 45 of file gvl_file.c.
| void* slice_data::slice[MAX_VOL_SLICES] |
Definition at line 48 of file gvl_file.c.
Referenced by alloc_slice_buff(), free_slice_buff(), get_slice_value(), read_slice(), and shift_slices().