GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <qtree.h>
Data Fields | |
int(* | compare )(struct triple *, struct quaddata *) |
struct quaddata **(* | divide_data )(struct quaddata *, int, double) |
int(* | add_data )(struct triple *, struct quaddata *, double) |
int(* | intersect )(struct quaddata *, struct quaddata *) |
int(* | division_check )(struct quaddata *, int) |
int(* | get_points )(struct quaddata *, struct quaddata *, int) |
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.
Definition at line 39 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
Definition at line 37 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
Definition at line 37 of file qtree.h.
Referenced by MT_divide(), and MT_functions_new().
int(* multfunc::division_check) (struct quaddata *, int) |
Definition at line 41 of file qtree.h.
Referenced by MT_functions_new(), and MT_insert().
Definition at line 42 of file qtree.h.
Referenced by MT_functions_new().
Definition at line 40 of file qtree.h.
Referenced by MT_functions_new().