Voxomap
A C++11 voxel container.
voxomap::SparseContainer< T_Voxel, T_Container > Member List

This is the complete list of members for voxomap::SparseContainer< T_Voxel, T_Container >, including all inherited members.

_sparseArrayvoxomap::SparseContainer< T_Voxel, T_Container >private
addVoxel(Iterator &it, Args &&... args)voxomap::SparseContainer< T_Voxel, T_Container >
COORD_MASKvoxomap::SparseContainer< T_Voxel, T_Container >static
exploreVoxel(Iterator &it, std::function< void(Iterator const &)> const &predicate) constvoxomap::SparseContainer< T_Voxel, T_Container >
exploreVoxelContainer(std::function< void(SparseContainer const &)> const &predicate) constvoxomap::SparseContainer< T_Voxel, T_Container >
findVoxel(uint8_t x, uint8_t y, uint8_t z)voxomap::SparseContainer< T_Voxel, T_Container >
findVoxel(uint8_t x, uint8_t y, uint8_t z) constvoxomap::SparseContainer< T_Voxel, T_Container >
findVoxel(Iterator &it)voxomap::SparseContainer< T_Voxel, T_Container >
findVoxel(Iterator &it) constvoxomap::SparseContainer< T_Voxel, T_Container >
getNbVoxel() constvoxomap::SparseContainer< T_Voxel, T_Container >
hasVoxel(uint8_t x) constvoxomap::SparseContainer< T_Voxel, T_Container >
hasVoxel(uint8_t x, uint8_t y) constvoxomap::SparseContainer< T_Voxel, T_Container >
hasVoxel(uint8_t x, uint8_t y, uint8_t z) constvoxomap::SparseContainer< T_Voxel, T_Container >
init(VoxelNode< VoxelContainer > const &)voxomap::SparseContainer< T_Voxel, T_Container >
iterator typedefvoxomap::SparseContainer< T_Voxel, T_Container >
NB_SUPERCONTAINERvoxomap::SparseContainer< T_Voxel, T_Container >static
NB_VOXELSvoxomap::SparseContainer< T_Voxel, T_Container >static
putVoxel(Iterator &it, Args &&... args)voxomap::SparseContainer< T_Voxel, T_Container >
removeVoxel(Iterator const &it, VoxelData *voxel=nullptr)voxomap::SparseContainer< T_Voxel, T_Container >
serialize(std::string &str) constvoxomap::SparseContainer< T_Voxel, T_Container >
SparseContainer()=defaultvoxomap::SparseContainer< T_Voxel, T_Container >
SparseContainer(SparseContainer const &other)=defaultvoxomap::SparseContainer< T_Voxel, T_Container >
unserialize(char const *str, size_t size)voxomap::SparseContainer< T_Voxel, T_Container >
updateVoxel(Iterator &it, Args &&... args)voxomap::SparseContainer< T_Voxel, T_Container >
VOXEL_MASKvoxomap::SparseContainer< T_Voxel, T_Container >static
VoxelContainer typedefvoxomap::SparseContainer< T_Voxel, T_Container >
VoxelData typedefvoxomap::SparseContainer< T_Voxel, T_Container >