GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Go to the source code of this file.
Functions | |
int | write_cube (Cube_data *Cube, int cur_x, file_info *headfax) |
int | write_cube_buffer (unsigned char *Buffer, int size, int cur_x, file_info *headfax) |
int | read_cube (Cube_data *Cube, file_info *headfax) |
int | my_fread (char *buf, int size, int cnt, FILE *fp) |
int | reset_reads (file_info *headfax) |
int | new_dspf (file_info *hfax) |
Definition at line 294 of file cube_io.c.
References file_info::Dataoff, and file_info::dspfinfp.
Definition at line 133 of file cube_io.c.
References Cube_data::data, file_info::dspfinfp, first, free(), file_info::linefax, cmndln_info::litmodel, malloc(), my_fread(), poly_info::n1, poly_info::n2, poly_info::n3, Cube_data::n_thresh, cube_info::npoly, NULL, cube_info::poly, tools::size, cube_info::t_ndx, poly_info::v1, poly_info::v2, and poly_info::v3.
Definition at line 284 of file cube_io.c.
References file_info::Dataoff, and file_info::dspfinfp.
Definition at line 24 of file cube_io.c.
References Cube_data::data, file_info::linefax, cmndln_info::litmodel, poly_info::n1, poly_info::n2, poly_info::n3, Cube_data::n_thresh, cube_info::npoly, cube_info::poly, tools::size, cube_info::t_ndx, poly_info::v1, poly_info::v2, poly_info::v3, and write_cube_buffer().
Definition at line 92 of file cube_io.c.
References file_info::dspfoutfp, and file_info::xdim.
Referenced by write_cube().