#include <stdio.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/bitmap.h>
#include <grass/linkm.h>
#include <grass/interpf.h>
#include <grass/glocale.h>
Go to the source code of this file.
|
int | IL_resample_output_2d (struct interp_params *params, double zmin, double zmax, double zminac, double zmaxac, double c1min, double c1max, double c2min, double c2max, double gmin, double gmax, double ertot, char *input, double *dnorm, struct Cell_head *outhd, struct Cell_head *winhd, char *smooth, int n_points) |
|
◆ MULT
◆ IL_resample_output_2d()
int IL_resample_output_2d |
( |
struct interp_params * |
params, |
|
|
double |
zmin, |
|
|
double |
zmax, |
|
|
double |
zminac, |
|
|
double |
zmaxac, |
|
|
double |
c1min, |
|
|
double |
c1max, |
|
|
double |
c2min, |
|
|
double |
c2max, |
|
|
double |
gmin, |
|
|
double |
gmax, |
|
|
double |
ertot, |
|
|
char * |
input, |
|
|
double * |
dnorm, |
|
|
struct Cell_head * |
outhd, |
|
|
struct Cell_head * |
winhd, |
|
|
char * |
smooth, |
|
|
int |
n_points |
|
) |
| |