Voxomap
A C++11 voxel container.
|
#include <cstdint>
#include <map>
#include <memory>
#include <functional>
#include "../octree/Node.hpp"
#include "../utils/BoundingBox.hpp"
#include "VoxelNode.ipp"
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 | |