GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
g3dnull.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "G3d_intern.h"
Include dependency graph for g3dnull.c:

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...
 

Function Documentation

void G3d_setNullValue ( void *  c,
int  nofElts,
int  type 
)

Fills the vector pointed to by c with nofElts NULL-values of type.

Parameters
c
nofElts
type
Returns
void

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().