Voxomap
A C++11 voxel container.
VoxelNode.hpp File Reference
#include <cstdint>
#include <map>
#include <memory>
#include <functional>
#include "../octree/Node.hpp"
#include "../utils/BoundingBox.hpp"
#include "VoxelNode.ipp"
Include dependency graph for VoxelNode.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  voxomap::VoxelNode< T_Container >
 Node optimized for voxel. More...
 
struct  voxomap::VoxelNode< T_Container >::NeighborAreaCache
 Use by the method findRelativeVoxel to improve performance. More...
 

Namespaces

 voxomap