GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
multfunc Struct Reference

#include <qtree.h>

Collaboration diagram for multfunc:

Data Fields

int(* compare )()
 
struct quaddata **(* divide_data )()
 
int(* add_data )()
 
int(* intersect )()
 
int(* division_check )()
 
int(* get_points )()
 

Detailed Description

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 38 of file qtree.h.

Field Documentation

◆ add_data

int(* multfunc::add_data) ()

Definition at line 42 of file qtree.h.

Referenced by MT_functions_new(), and MT_insert().

◆ compare

int(* multfunc::compare) ()

Definition at line 40 of file qtree.h.

Referenced by MT_functions_new(), and MT_insert().

◆ divide_data

struct quaddata**(* multfunc::divide_data) ()

Definition at line 41 of file qtree.h.

Referenced by MT_divide(), and MT_functions_new().

◆ division_check

int(* multfunc::division_check) ()

Definition at line 44 of file qtree.h.

Referenced by MT_functions_new(), and MT_insert().

◆ get_points

int(* multfunc::get_points) ()

Definition at line 45 of file qtree.h.

Referenced by MT_functions_new().

◆ intersect

int(* multfunc::intersect) ()

Definition at line 43 of file qtree.h.

Referenced by MT_functions_new().


The documentation for this struct was generated from the following file: