AggregPacking
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Classes | Namespaces
octree.hpp File Reference

File containing octree representation. More...

#include <boost/python.hpp>
#include <vector>
#include <iterator>
#include "octree.tcc"

Go to the source code of this file.

Classes

class  octree::OctreeNode< T >
 Class representing octree node. More...
 
class  octree::OctreeIterator< T >
 Octree iterator. More...
 
class  octree::OctreeConstIterator< T >
 Octree iterator. More...
 
class  octree::Octree< T >
 Class representing full octree. More...
 
class  octree::OctreeNode< T >
 Class representing octree node. More...
 

Namespaces

 octree
 Namespace octree.
 

Detailed Description

File containing octree representation.