supereight
|
Functions | |
template<typename OctreeT > | |
bool | allocate_key (const se::key_t key, OctreeT &octree, se::OctantBase *base_parent_ptr, se::OctantBase *&allocated_octant) |
Allocate a given key in the octree. | |
|
inline |
Allocate a given key in the octree.
OctreeT |
[in] | key | The key to be allocated |
[in] | octree | The octree to allocate the key in |
[in] | base_parent_ptr | The base pointer to start the octree traversal from (e.g. octree.getRoot()) |
[in] | allocated_octant | The pointer to the allocated octant |