GRASS Programmer's Manual
6.4.4(2014)-r
|
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_longEncode (long *source, unsigned char *dst, int nofNums) |
void | G3d_longDecode (unsigned char *source, long *dst, int nofNums, int longNbytes) |
void G3d_longDecode | ( | unsigned char * | source, |
long * | dst, | ||
int | nofNums, | ||
int | longNbytes | ||
) |
Definition at line 36 of file g3dlong.c.
References G3d_fatalError(), and G3D_LONG_LENGTH.
Referenced by G3d_openCellOld().
int G3d_longEncode | ( | long * | source, |
unsigned char * | dst, | ||
int | nofNums | ||
) |
Definition at line 5 of file g3dlong.c.
References G3D_LONG_LENGTH, and G3D_MIN.
Referenced by G3d_flushIndex().