GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
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) |
int my_fread | ( | char * | buf, |
int | size, | ||
int | cnt, | ||
FILE * | fp ) |
int new_dspf | ( | file_info * | hfax | ) |
Definition at line 300 of file cube_io.c.
References file_info::Dataoff, file_info::dspfinfp, and G_fseek().
Definition at line 137 of file cube_io.c.
References Cube_data::data, file_info::dspfinfp, G_fseek(), G_ftell(), file_info::linefax, cmndln_info::litmodel, my_fread(), poly_info::n1, poly_info::n2, poly_info::n3, Cube_data::n_thresh, cube_info::npoly, NULL, cube_info::poly, cube_info::t_ndx, poly_info::v1, poly_info::v2, and poly_info::v3.
int reset_reads | ( | file_info * | headfax | ) |
Definition at line 290 of file cube_io.c.
References file_info::Dataoff, file_info::dspfinfp, and G_fseek().
Definition at line 26 of file cube_io.c.
References cur_x, 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, cube_info::t_ndx, poly_info::v1, poly_info::v2, poly_info::v3, and write_cube_buffer().
int write_cube_buffer | ( | unsigned char * | Buffer, |
int | size, | ||
int | cur_x, | ||
file_info * | headfax ) |
Definition at line 96 of file cube_io.c.
References cur_x, file_info::dspfoutfp, and file_info::xdim.
Referenced by write_cube().