GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
tree_info Struct Reference

#include <qtree.h>

Collaboration diagram for tree_info:

Data Fields

struct multfuncfunctions
 
double dmin
 
int kmax
 
struct multtreeroot
 

Detailed Description

Definition at line 45 of file qtree.h.

Field Documentation

◆ dmin

double tree_info::dmin

Definition at line 47 of file qtree.h.

Referenced by MT_divide(), MT_insert(), and MT_tree_info_new().

◆ functions

struct multfunc* tree_info::functions

Definition at line 46 of file qtree.h.

Referenced by MT_divide(), MT_insert(), MT_region_data(), and MT_tree_info_new().

◆ kmax

int tree_info::kmax

Definition at line 48 of file qtree.h.

Referenced by MT_divide(), MT_insert(), and MT_tree_info_new().

◆ root

struct multtree* tree_info::root

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