GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/interpf.h>
#include <grass/gmath.h>
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, int 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) |
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, | ||
int | 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 | ||
) |
Definition at line 33 of file ressegm2d.c.
References b, interp_params::check_points, menudata::data, interp_params::fi, first, G_alloc_ivector(), G_alloc_matrix(), G_alloc_vector(), G_free(), G_is_f_null_value(), G_lubksb(), G_percent(), interp_params::grid_calc, int, interp_params::kmax, interp_params::KMAX2, interp_params::kmin, l, interp_params::matrix_create, min1(), quaddata::n_cols, quaddata::n_points, quaddata::n_rows, interp_params::nsizc, interp_params::nsizr, NULL, num, quaddata::points, quad_data_new(), r, triple::sm, fcell_triple::smooth, fcell_triple::x, triple::x, interp_params::x_orig, xmax, xmin, fcell_triple::y, triple::y, interp_params::y_orig, ymax, ymin, and triple::z.