bufferkdtree (C sources)
C source code for the Python bufferkdtree implementation
 All Classes Files Functions Variables Typedefs Macros
Classes | Macros | Typedefs
global.h File Reference
#include "../../../include/float.h"
Include dependency graph for global.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kd_tree_parameters
 
struct  kdtree_node
 
struct  kdtree_record
 

Macros

#define SPLITTING_TYPE_CYCLIC   0
 
#define SPLITTING_TYPE_LONGEST_BOX   1
 

Typedefs

typedef struct kd_tree_parameters KD_TREE_PARAMETERS
 
typedef struct kdtree_node KD_TREE_NODE
 
typedef struct kdtree_record KD_TREE_RECORD
 

Macro Definition Documentation

#define SPLITTING_TYPE_CYCLIC   0
#define SPLITTING_TYPE_LONGEST_BOX   1

Typedef Documentation

typedef struct kdtree_node KD_TREE_NODE
typedef struct kdtree_record KD_TREE_RECORD