GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
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.