OpenVDB
3.1.0
|
#include <PointPartitioner.h>
Public Types | |
typedef boost::int_t< 1+(3 *BucketLog2Dim)>::least | VoxelOffsetType |
typedef boost::scoped_array< VoxelOffsetType > | VoxelOffsetArray |
typedef boost::scoped_array< PointIndexType > | IndexArray |
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 |
typedef boost::scoped_array<PointIndexType> IndexArray |
typedef boost::scoped_array<VoxelOffsetType> VoxelOffsetArray |
typedef boost::int_t<1 + (3 * BucketLog2Dim)>::least VoxelOffsetType |
|
inline |
|
inline |
PointIndexType* const mIndices |
PointIndexType const* const mPages |
VoxelOffsetType const* const mVoxelOffsets |