Efficient representation of an octree. More...
#include "searchTree.h"#include "point_type.h"#include "data_types.h"#include "allocator.h"#include "limits.h"#include "nnparams.h"#include "globals.icc"#include <stdio.h>#include <vector>#include <deque>#include <set>#include <list>#include <string>#include <boost/interprocess/offset_ptr.hpp>

Go to the source code of this file.
Classes | |
| class | bitoct |
| union | bitunion< T > |
| union | bitunion< T > |
| class | BOctTree< T > |
| Octree. More... | |
| union | dunion< T > |
Macros | |
| #define | pointrep union dunion<T> |
| #define | POPCOUNT(mask) _my_popcount_3(mask) |
Typedefs | |
| typedef SingleObject< BOctTree< float > > | DataOcttree |
Variables | |
| char | amap [8][8] |
| char | imap [8][8] |
| char | sequence2ci [8][256][8] |
Efficient representation of an octree.
Definition in file Boctree.h.
| typedef SingleObject<BOctTree<float> > DataOcttree |
| char amap[8][8] |
Definition at line 38 of file Boctree.cc.
| char imap[8][8] |
Definition at line 48 of file Boctree.cc.
| char sequence2ci[8][256][8] |
Definition at line 36 of file Boctree.cc.