|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <grass/gis.h>#include <grass/raster3d.h>#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
| int | Rast3d_mask_d_select (DCELL *x, d_Mask *mask) |
| DCELL | Rast3d_mask_match_d_interval (DCELL x, d_Interval *I) |
| void | Rast3d_parse_vallist (char **vallist, d_Mask **d_mask) |
Definition at line 45 of file maskfn.c.
References NULL, Rast3d_mask_match_d_interval(), and x.
| DCELL Rast3d_mask_match_d_interval | ( | DCELL | x, |
| d_Interval * | I | ||
| ) |