GRASS GIS 7 Programmer's Manual  7.0.5(2016)-r00000
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_insert().

§ compare

int(* multfunc::compare) ()

Definition at line 40 of file qtree.h.

Referenced by MT_insert().

§ divide_data

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

Definition at line 41 of file qtree.h.

Referenced by MT_divide().

§ division_check

int(* multfunc::division_check) ()

Definition at line 44 of file qtree.h.

Referenced by MT_insert().

§ get_points

int(* multfunc::get_points) ()

Definition at line 45 of file qtree.h.

§ intersect

int(* multfunc::intersect) ()

Definition at line 43 of file qtree.h.


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