20 #ifndef ANTKEEPER_GEOM_OCTREE_HPP
21 #define ANTKEEPER_GEOM_OCTREE_HPP
29 template <std::
unsigned_
integral T, hyperoctree_order Order>
33 template <hyperoctree_order Order>
37 template <hyperoctree_order Order>
41 template <hyperoctree_order Order>
45 template <hyperoctree_order Order>
49 template <std::
unsigned_
integral T>
Hashed linear hyperoctree.
unordered_octree< std::uint32_t > unordered_octree32
Unordered octree with a 32-bit node type (9 depth levels).
unordered_octree< std::uint64_t > unordered_octree64
Unordered octree with a 64-bit node type (19 depth levels).
unordered_octree< std::uint8_t > unordered_octree8
Unordered octree with an 8-bit node type (2 depth levels).
unordered_octree< std::uint16_t > unordered_octree16
Unordered octree with a 16-bit node type (4 depth levels).