GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
|
Raster Library - Mask file descriptor and state. More...
Go to the source code of this file.
Functions | |
int | Rast_maskfd (void) |
Test for raster mask presence and get file descriptor if present. More... | |
Raster Library - Mask file descriptor and state.
(C) 2001-2024 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file maskfd.c.
int Rast_maskfd | ( | void | ) |
Test for raster mask presence and get file descriptor if present.
This function tests the mask presence and takes into account the state of auto-masking in the library, so mask is considered as not present when masking is suppressed regardless of the presence of the mask raster.
Definition at line 30 of file maskfd.c.
References R__::auto_mask, R__::mask_fd, and Rast__check_for_auto_masking().
Referenced by IL_create_bitmask().