GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
resout2d.c File Reference
#include <stdio.h>
#include <math.h>
#include <errno.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>
Include dependency graph for resout2d.c:

Go to the source code of this file.

Macros

#define MULT   100000
 

Functions

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 UNUSED, double gmax UNUSED, double ertot, char *input, double *dnorm, struct Cell_head *outhd, struct Cell_head *winhd, char *smooth, int n_points)
 

Macro Definition Documentation

◆ MULT

#define MULT   100000

Definition at line 13 of file resout2d.c.

Function Documentation

◆ 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 UNUSED,
double gmax UNUSED,
double ertot,
char * input,
double * dnorm,
struct Cell_head * outhd,
struct Cell_head * winhd,
char * smooth,
int n_points )