GRASS Programmer's Manual
6.4.2(2012)
|
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/site.h>
#include <grass/Vect.h>
#include <grass/dbmi.h>
#include <grass/interpf.h>
Go to the source code of this file.
Defines | |
#define | POINT2D_C |
Functions | |
int | IL_check_at_points_2d (struct interp_params *params, struct quaddata *data, double *b, double *ertot, double zmin, double dnorm, struct triple skip_point) |
int IL_check_at_points_2d | ( | struct interp_params * | params, |
struct quaddata * | data, | ||
double * | b, | ||
double * | ertot, | ||
double | zmin, | ||
double | dnorm, | ||
struct triple | skip_point | ||
) |
Definition at line 36 of file point2d.c.
References Cats2, count, interp_params::cv, db_append_string(), db_close_database(), db_execute_immediate(), db_get_string(), db_shutdown_driver(), db_zero_string(), driver2, err(), interp_params::fddevi, ff, interp_params::fi, G_debug(), G_fatal_error(), gui_modules::psmap_dialogs::h, interp_params::interp, Map2, quaddata::n_points, NULL, Pnts, quaddata::points, r, sql2, Vect_append_point(), Vect_cat_set(), Vect_reset_cats(), Vect_reset_line(), Vect_write_line(), triple::x, quaddata::x_orig, interp_params::x_orig, quaddata::xmax, triple::y, quaddata::y_orig, interp_params::y_orig, quaddata::ymax, and triple::z.