Voxvision  1
Creating and manipulating voxel octrees
voxtrees.h
Go to the documentation of this file.
1 
5 #ifndef _VOXTREES_H_
6 #define _VOXTREES_H_
7 
8 #include "voxtrees/tree.h"
9 #include "voxtrees/search.h"
10 #include "voxtrees/geom.h"
11 #include "voxtrees/datareader.h"
12 #include "voxtrees/mtree.h"
13 
14 #endif
Data reader(s)
Basic geometry functions.
Support for M-trees.
Algorithms for searching in tree.
Things related to tree construction.