|
Voxomap
A C++11 voxel container.
|
#include <cstdint>#include <vector>#include "../iterator.hpp"#include "../SparseIDArray.hpp"#include "SparseContainer.ipp"
Go to the source code of this file.
Classes | |
| class | voxomap::SparseContainer< T_Voxel, T_Container > |
| Voxel container used in leaves of the VoxelOctree. Mix between a fixed size 3D array (like in ArrayContainer) and a dynamic array. Useful for little density of voxels. More... | |
Namespaces | |
| voxomap | |