Voxomap
A C++11 voxel container.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nvoxomap
 CAbstractSparseIDArray
 CSerializationData
 CArrayContainerVoxel container used in leaves of the VoxelOctree. Based on a fixed size 3D array, useful for high density of voxels
 CArraySuperContainerSuper container used in leaves of the VoxelOctree. Based on a fixed size 3D array, useful for high density of voxels
 Ccontainer_iterator
 CNodeBasic node of Octree
 COctreeOctree container
 CSidedContainerWrap a voxel container to add side features
 CSidedVoxelVoxel with side informations Side is present if the corresponding neighbor voxel exist. For example:
 CSparseContainerVoxel container used in leaves of the VoxelOctree. Mix between a fixed size 3D array (like in ArrayContainer) and a dynamic array. Useful for little density of voxels
 CSparseIDArray
 CSparseIDArray< std::unique_ptr< T >, T_Size, T_Container >Specialize SparseIDArray class for unique_ptr
 CSparseSuperContainerSuper 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
 Csupercontainer_iterator
 CPosition
 CVoxelNodeNode optimized for voxel
 CNeighborAreaCacheUse by the method findRelativeVoxel to improve performance
 CVoxelOctreeOctree optimized for voxel