| _sparseArray | voxomap::SparseContainer< T_Voxel, T_Container > | private |
| addVoxel(Iterator &it, Args &&... args) | voxomap::SparseContainer< T_Voxel, T_Container > | |
| COORD_MASK | voxomap::SparseContainer< T_Voxel, T_Container > | static |
| exploreVoxel(Iterator &it, std::function< void(Iterator const &)> const &predicate) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| exploreVoxelContainer(std::function< void(SparseContainer const &)> const &predicate) const | voxomap::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) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| findVoxel(Iterator &it) | voxomap::SparseContainer< T_Voxel, T_Container > | |
| findVoxel(Iterator &it) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| getNbVoxel() const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| hasVoxel(uint8_t x) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| hasVoxel(uint8_t x, uint8_t y) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| hasVoxel(uint8_t x, uint8_t y, uint8_t z) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| init(VoxelNode< VoxelContainer > const &) | voxomap::SparseContainer< T_Voxel, T_Container > | |
| iterator typedef | voxomap::SparseContainer< T_Voxel, T_Container > | |
| NB_SUPERCONTAINER | voxomap::SparseContainer< T_Voxel, T_Container > | static |
| NB_VOXELS | voxomap::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) const | voxomap::SparseContainer< T_Voxel, T_Container > | |
| SparseContainer()=default | voxomap::SparseContainer< T_Voxel, T_Container > | |
| SparseContainer(SparseContainer const &other)=default | voxomap::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_MASK | voxomap::SparseContainer< T_Voxel, T_Container > | static |
| VoxelContainer typedef | voxomap::SparseContainer< T_Voxel, T_Container > | |
| VoxelData typedef | voxomap::SparseContainer< T_Voxel, T_Container > | |