Voxomap
A C++11 voxel container.
SparseContainer.hpp File Reference
#include <cstdint>
#include <vector>
#include "../iterator.hpp"
#include "../SparseIDArray.hpp"
#include "SparseContainer.ipp"
Include dependency graph for SparseContainer.hpp:

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