GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
int | G3d_isNullValueNum (const void *n, int type) |
void | G3d_setNullValue (void *c, int nofElts, int type) |
Fills the vector pointed to by c with nofElts NULL-values of type. More... | |
Definition at line 9 of file g3dnull.c.
References G_is_d_null_value(), and G_is_f_null_value().
Referenced by G3d_compareFiles(), G3d_copyToXdr(), G3d_isMasked(), G3d_printHeader(), is_null_g3d_value(), N_convert_array_3d_null_to_zero(), N_copy_array_3d(), N_is_array_3d_value_null(), and N_norm_array_3d().
Fills the vector pointed to by c with nofElts NULL-values of type.
c | |
nofElts | |
type |
Definition at line 32 of file g3dnull.c.
References G_set_d_null_value(), and G_set_f_null_value().
Referenced by G3d_copyFromXdr(), G3d_getBlock(), G3d_getRegionValue(), G3d_getValue(), G3d_setNullTileType(), N_copy_array_3d(), and N_put_array_3d_value_null().