GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <qtree.h>
Data Fields | |
int(* | compare )() |
struct quaddata **(* | divide_data )() |
int(* | add_data )() |
int(* | intersect )() |
int(* | division_check )() |
int(* | get_points )() |
Function table for a tree
From object oriented point of view, this structure represents a class or a virtual table of functions/methods for a class.
int(* multfunc::add_data) () |
Definition at line 42 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
int(* multfunc::compare) () |
Definition at line 40 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
struct quaddata**(* multfunc::divide_data) () |
Definition at line 41 of file qtree.h.
Referenced by MT_divide(), and MT_functions_new().
int(* multfunc::division_check) () |
Definition at line 44 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
int(* multfunc::get_points) () |
Definition at line 45 of file qtree.h.
Referenced by MT_functions_new().
int(* multfunc::intersect) () |
Definition at line 43 of file qtree.h.
Referenced by MT_functions_new().