|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#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>
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 13 of file resout2d.c.
| 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 45 of file resout2d.c.
References _, amax1(), amin1(), interp_params::aspect, interp_params::deriv, interp_params::elev, interp_params::fi, Colors::fixed, G_fatal_error(), G_find_file(), G_find_file2(), G_fseek(), G_mapset(), G_verbose_message(), G_warning(), _Color_Rule_::high, HIST_DATSRC_1, interp_params::kmax, interp_params::kmin, interp_params::mcurv, Colors::modular, MULT, _Color_Rule_::next, interp_params::nsizc, interp_params::nsizr, NULL, interp_params::pcurv, _Color_Rule_::prev, Rast_add_c_color_rule(), Rast_add_d_color_rule(), Rast_add_f_color_rule(), Rast_add_modular_d_color_rule(), Rast_allocate_f_output_buf(), Rast_append_format_history(), Rast_close(), Rast_format_history(), Rast_free_history(), Rast_init_colors(), Rast_open_fp_new(), Rast_put_f_row(), Rast_quantize_fp_map_range(), Rast_read_colors(), Rast_set_output_window(), Rast_short_history(), Rast_write_colors(), Rast_write_history(), interp_params::slope, 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, and interp_params::zmult.