supereight
|
Functions | |
template<typename BlockT , se::Sort SortT = se::Sort::SmallToLarge> | |
std::enable_if_t< SortT==se::Sort::SmallToLarge > | sort_blocks (std::vector< se::OctantBase * > &block_ptrs) |
Sort a vector of blocks according to its morton code from small to large. | |
template<typename BlockT , se::Sort SortT> | |
std::enable_if_t< SortT==se::Sort::LargeToSmall > | sort_blocks (std::vector< se::OctantBase * > &block_ptrs) |
Sort a vector of blocks according to its morton code from large to small. | |
constexpr int | size_to_scale (const int octant_size) |
Return the octree scale corresponding to octant_size in voxels. | |
constexpr int | scale_to_size (const int octant_scale) |
Return the octant size in voxels corresponding to octant_scale . | |
template<typename OctreeT > | |
int | octant_to_size (const se::OctantBase *octant_ptr) |
Get the octant's size. | |
template<typename OctreeT > | |
int | octant_to_scale (const se::OctantBase *octant_ptr) |
Get the octant's scale. | |
template<typename OctreeT > | |
se::key_t | octant_to_key (const se::OctantBase *octant_ptr) |
Get the octant's key. | |
|
inline |
Sort a vector of blocks according to its morton code from small to large.
BlockT | The type of blocks used |
SortT | The sorting strategy (small to large by default) |
[in] | block_ptrs | The vector of block pointers |
|
inline |
Sort a vector of blocks according to its morton code from large to small.
BlockT | The type of blocks used |
SortT | The sorting strategy (small to large by default) |
[in] | block_ptrs | The vector of block pointers |
Return the octree scale corresponding to octant_size
in voxels.
Return the octant size in voxels corresponding to octant_scale
.
|
inline |
Get the octant's size.
OctreeT |
[in] | octant_ptr | The pointer to the octant |
|
inline |
Get the octant's scale.
OctreeT |
[in] | octant_ptr | The pointer to the octant |
|
inline |
Get the octant's key.
OctreeT |
[in] | octant_ptr | The pointer to the octant |