GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - XDR related functions. More...
Go to the source code of this file.
Functions | |
void | G_xdr_get_int (int *dst, const void *src) |
void | G_xdr_put_int (void *dst, const int *src) |
void | G_xdr_get_float (float *dst, const void *src) |
void | G_xdr_put_float (void *dst, const float *src) |
void | G_xdr_get_double (double *dst, const void *src) |
void | G_xdr_put_double (void *dst, const double *src) |
GIS Library - XDR related functions.
(C) 2012-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file gis/xdr.c.
void G_xdr_get_double | ( | double * | dst, |
const void * | src | ||
) |
Definition at line 83 of file gis/xdr.c.
Referenced by Rast3d_read_range(), and Rast_read_fp_range().
void G_xdr_put_double | ( | void * | dst, |
const double * | src | ||
) |
Definition at line 88 of file gis/xdr.c.
Referenced by Rast_write_fp_range(), and Rast_write_rstats().