GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#include <grass/gis.h>
#include <grass/raster.h>
Go to the source code of this file.
Functions | |
void | c_var (DCELL *result, DCELL *values, int n, const void *closure UNUSED) |
void | w_var (DCELL *result, DCELL(*values)[2], int n, const void *closure UNUSED) |
void c_var | ( | DCELL * | result, |
DCELL * | values, | ||
int | n, | ||
const void *closure | UNUSED ) |
void w_var | ( | DCELL * | result, |
DCELL(*) | values[2], | ||
int | n, | ||
const void *closure | UNUSED ) |