Voxomap
A C++11 voxel container.
|
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include <functional>
#include "../iterator.hpp"
#include "../SparseIDArray.hpp"
#include "SparseSuperContainer.ipp"
Go to the source code of this file.
Classes | |
class | voxomap::SparseSuperContainer< T_Container, T_InternalContainer > |
Super container used in leaves of the VoxelOctree. Mix between a fixed size 3D array (like in ArraySuperContainer) and a dynamic array. Useful for little density of sub-containers. More... | |
Namespaces | |
voxomap | |