GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
ressegm2d.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/interpf.h>
#include <grass/gmath.h>
Include dependency graph for ressegm2d.c:

Go to the source code of this file.

Functions

int IL_resample_interp_segments_2d (struct interp_params *params, struct BM *bitmask, double zmin, double zmax, double *zminac, double *zmaxac, double *gmin, double *gmax, double *c1min, double *c1max, double *c2min, double *c2max, double *ertot, off_t offset1, double *dnorm, int overlap, int inp_rows, int inp_cols, int fdsmooth, int fdinp, double ns_res, double ew_res, double inp_ns_res, double inp_ew_res, int dtens)
 

Function Documentation

◆ IL_resample_interp_segments_2d()

int IL_resample_interp_segments_2d ( struct interp_params * params,
struct BM * bitmask,
double zmin,
double zmax,
double * zminac,
double * zmaxac,
double * gmin,
double * gmax,
double * c1min,
double * c1max,
double * c2min,
double * c2max,
double * ertot,
off_t offset1,
double * dnorm,
int overlap,
int inp_rows,
int inp_cols,
int fdsmooth,
int fdinp,
double ns_res,
double ew_res,
double inp_ns_res,
double inp_ew_res,
int dtens )