|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <unistd.h>#include <grass/raster.h>#include "raster3d_intern.h"
Go to the source code of this file.
Functions | |
| int | Rast3d_is_null_value_num (const void *n, int type) |
| void | Rast3d_set_null_value (void *c, int nofElts, int type) |
| Fills the vector pointed to by c with nofElts NULL-values of type. | |
Definition at line 12 of file null.c.
References FCELL_TYPE, Rast_is_d_null_value, and Rast_is_f_null_value.
Referenced by is_null_g3d_value(), N_convert_array_3d_null_to_zero(), N_copy_array_3d(), N_is_array_3d_value_null(), N_norm_array_3d(), Rast3d_compare_files(), Rast3d_copy_to_xdr(), Rast3d_is_masked(), and Rast3d_print_header().
Fills the vector pointed to by c with nofElts NULL-values of type.
| c | |
| nofElts | |
| type |
Definition at line 33 of file null.c.
References FCELL_TYPE, Rast_set_d_null_value(), and Rast_set_f_null_value().
Referenced by N_copy_array_3d(), N_put_array_3d_value_null(), Rast3d_copy_from_xdr(), Rast3d_get_block(), Rast3d_get_double_region(), Rast3d_get_float_region(), Rast3d_get_region_value(), Rast3d_get_window_value(), and Rast3d_set_null_tile_type().