GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <math.h>
#include <grass/gis.h>
#include <grass/bitmap.h>
#include <grass/linkm.h>
#include <grass/interpf.h>
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, double gmax, double ertot, char *input, double *dnorm, struct Cell_head *outhd, struct Cell_head *winhd, char *smooth, int n_points) |
#define MULT 100000 |
Definition at line 14 of file resout2d.c.
Referenced by 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 | ||
) |
Definition at line 27 of file resout2d.c.
References amax1(), amin1(), interp_params::aspect, interp_params::deriv, interp_params::elev, interp_params::fi, G_add_color_rule(), G_add_d_raster_color_rule(), G_add_f_raster_color_rule(), G_add_modular_d_raster_color_rule(), G_allocate_f_raster_buf(), G_close_cell(), G_find_file(), G_init_colors(), G_mapset(), G_open_fp_cell_new(), G_put_f_raster_row(), G_quantize_fp_map_range(), G_read_colors(), G_set_window(), G_short_history(), G_write_colors(), G_write_history(), interp_params::kmax, interp_params::kmin, interp_params::mcurv, MULT, interp_params::nsizc, interp_params::nsizr, NULL, interp_params::pcurv, interp_params::slope, sprintf(), interp_params::tcurv, interp_params::Tmp_fd_dx, interp_params::Tmp_fd_dy, interp_params::Tmp_fd_xx, interp_params::Tmp_fd_xy, interp_params::Tmp_fd_yy, interp_params::Tmp_fd_z, dialogs::type, and interp_params::zmult.