#include <PointPartitioner.h>
|
static constexpr Index | bits = 1 + (3 * BucketLog2Dim) |
|
◆ IndexArray
using IndexArray = std::unique_ptr<PointIndexType[]> |
◆ VoxelOffsetArray
◆ VoxelOffsetType
using VoxelOffsetType = typename std::conditional<(bits < 16), int16_t, typename std::conditional<(bits < 32), int32_t, int64_t>::type>::type |
◆ VoxelOrderOp()
◆ operator()()
void operator() |
( |
const tbb::blocked_range< size_t > & |
range | ) |
const |
|
inline |
◆ bits
constexpr Index bits = 1 + (3 * BucketLog2Dim) |
|
staticconstexpr |
◆ mIndices
PointIndexType* const mIndices |
◆ mPages
PointIndexType const* const mPages |
◆ mVoxelOffsets
The documentation for this struct was generated from the following file: