|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-7c29b9c03a
|
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. | |
Raster Library - Mask file descriptor and state.
SPDX-FileCopyrightText: 2001-2024 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file maskfd.c.
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 28 of file maskfd.c.
References R__::auto_mask, R__::mask_fd, and Rast__check_for_auto_masking().
Referenced by IL_create_bitmask().