|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
| int | Rast3d_write_doubles (int fd, int useXdr, const double *i, int nofNum) |
| int | Rast3d_read_doubles (int fd, int useXdr, double *i, int nofNum) |
Definition at line 53 of file doubleio.c.
References G_xdr_get_double(), Rast3d_error(), Rast3d_fatal_error(), RASTER3D_NO_XDR, RASTER3D_XDR_DOUBLE_LENGTH, and read.
Definition at line 9 of file doubleio.c.
References G_xdr_put_double(), Rast3d_error(), Rast3d_fatal_error(), RASTER3D_NO_XDR, RASTER3D_XDR_DOUBLE_LENGTH, and write.