Voxomap
A C++11 voxel container.
voxomap::ArrayContainer< T_Voxel > Member List

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

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