GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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.
Macros | |
#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 41 of file point2d.c.
References buf, cat, 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(), dialogs::h, interp_params::interp, Map2, quaddata::n_points, NULL, Pnts, quaddata::points, r, sprintf(), 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.