GRASS GIS 7 Programmer's Manual
7.4.0(2018)-exported
|
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
Go to the source code of this file.
Functions | |
void | c_skew (DCELL *result, DCELL *values, int n, const void *closure) |
void | w_skew (DCELL *result, DCELL(*values)[2], int n, const void *closure) |
void c_skew | ( | DCELL * | result, |
DCELL * | values, | ||
int | n, | ||
const void * | closure | ||
) |