|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include <rpc/types.h>#include <rpc/xdr.h>#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
| int | G3d_writeDoubles (int fd, int useXdr, const double *i, int nofNum) |
| int | G3d_readDoubles (int fd, int useXdr, double *i, int nofNum) |
| int G3d_readDoubles | ( | int | fd, |
| int | useXdr, | ||
| double * | i, | ||
| int | nofNum | ||
| ) |
Definition at line 69 of file g3ddoubleio.c.
References G3d_error(), G3d_fatalError(), G3D_NO_XDR, G3D_XDR_DOUBLE_LENGTH, and xdrDecodeStream.
| int G3d_writeDoubles | ( | int | fd, |
| int | useXdr, | ||
| const double * | i, | ||
| int | nofNum | ||
| ) |
Definition at line 11 of file g3ddoubleio.c.
References G3d_error(), G3d_fatalError(), G3D_NO_XDR, G3D_XDR_DOUBLE_LENGTH, and xdrEncodeStream.