|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <stdlib.h>#include <stdbool.h>#include <grass/gis.h>#include <grass/raster.h>#include <grass/calc.h>
Go to the source code of this file.
Macros | |
| #define | SIZE_THRESHOLD 32 |
Functions | |
| int | f_median (int argc, const int *argt, void **args) |
Definition at line 47 of file xmedian.c.
References CELL_TYPE, columns, DCELL_TYPE, E_ARG_LO, E_ARG_TYPE, E_INV_TYPE, FCELL_TYPE, G_free(), G_malloc, IS_NULL_C, IS_NULL_D, IS_NULL_F, Rast_cell_size(), SET_NULL_C, SET_NULL_D, SET_NULL_F, and SIZE_THRESHOLD.