GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <grass/config.h>
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/interpf.h>
Go to the source code of this file.
Functions | |
int | IL_write_temp_2d (struct interp_params *params, int ngstc, int nszc, off_t offset2) |
int IL_write_temp_2d | ( | struct interp_params * | params, |
int | ngstc, | ||
int | nszc, | ||
off_t | offset2 | ||
) |
Writes az,adx,...,adxy into appropriate place (depending on ngstc, nszc and offset) in corresponding temp file
ngstc | begin. column |
nszc | end. column |
offset2 | offset |
Definition at line 36 of file write2d.c.
References _, interp_params::adx, interp_params::adxx, interp_params::adxy, interp_params::ady, interp_params::adyy, interp_params::az, interp_params::deriv, G_fatal_error(), G_fseek(), G_malloc, interp_params::nsizc, NULL, interp_params::scik1, interp_params::scik2, interp_params::scik3, 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, and interp_params::Tmp_fd_z.