OpenVDB
6.0.0
|
#include <PointPartitioner.h>
Public Types | |
using | VoxelOffsetType = typename boost::int_t< 1+(3 *BucketLog2Dim)>::least |
using | VoxelOffsetArray = boost::scoped_array< VoxelOffsetType > |
using | IndexArray = boost::scoped_array< PointIndexType > |
Public Member Functions | |
VoxelOrderOp (IndexArray &indices, const IndexArray &pages, const VoxelOffsetArray &offsets) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
PointIndexType *const | mIndices |
PointIndexType const *const | mPages |
VoxelOffsetType const *const | mVoxelOffsets |
using IndexArray = boost::scoped_array<PointIndexType> |
using VoxelOffsetArray = boost::scoped_array<VoxelOffsetType> |
using VoxelOffsetType = typename boost::int_t<1 + (3 * BucketLog2Dim)>::least |
|
inline |
|
inline |
PointIndexType* const mIndices |
PointIndexType const* const mPages |
VoxelOffsetType const* const mVoxelOffsets |