#include "basic-r-tree.h"#include <limits>#include <sys/times.h>Include dependency graph for TGS.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TGS_tree< base_tree > |
Defines | |
| #define | _TIMINGS |
| #define | _EVALUATE_ALL |
Variables | |
| tms | TIMING |
| clock_t | TIMER |
| clock_t | intertimer |
| clock_t | intertimersum = 0 |
| #define _EVALUATE_ALL |
| clock_t intertimer |
| clock_t intertimersum = 0 |
Definition at line 32 of file TGS.h.
Referenced by TGS_tree< base_tree >::BestBinarySplit(), and TGS_tree< base_tree >::bulkLoad().
| clock_t TIMER |
Definition at line 30 of file TGS.h.
Referenced by TGS_tree< base_tree >::bulkLoad(), and RTGS_tree< base_tree >::bulkLoad().
| struct tms TIMING |
Definition at line 29 of file TGS.h.
Referenced by TGS_tree< base_tree >::BestBinarySplit(), and TGS_tree< base_tree >::bulkLoad().
1.5.2