Voxomap
A C++11 voxel container.
|
#include <cstdint>
#include <memory>
#include <vector>
#include <string>
#include "SparseIDArray.ipp"
Go to the source code of this file.
Classes | |
class | voxomap::AbstractSparseIDArray< T, T_Size, T_Container > |
struct | voxomap::AbstractSparseIDArray< T, T_Size, T_Container >::SerializationData |
class | voxomap::SparseIDArray< T, T_Size, T_Container > |
class | voxomap::SparseIDArray< std::unique_ptr< T >, T_Size, T_Container > |
Specialize SparseIDArray class for unique_ptr. More... | |
Namespaces | |
voxomap | |