GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 46 of file maskfn.c.
References _d_mask::list, _d_interval::next, NULL, and Rast3d_mask_match_d_interval().
DCELL Rast3d_mask_match_d_interval | ( | DCELL | x, |
d_Interval * | I | ||
) |
Definition at line 59 of file maskfn.c.
References _d_interval::high, _d_interval::inf, and _d_interval::low.
Referenced by Rast3d_mask_d_select().