GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Include interpf.h, qtree.h and dataquad.h header files according to which you need:
#include <grass/interpf.h> #include <grass/qtree.h> #include <grass/dataquad.h>
Extend LIBES
and DEPENDENCIES
in your Makefile
by the following:
LIBES = $(INTERPFLLIB) $(GMATHLIB) DEPENDENCIES = $(INTERPFLDEP) $(GMATHDEP)
Main functions include:
Main data structures include:
The methods are described in the following papers. Please, use these papers as references in your publications when you used the library or derived modules.