|
OpenVDB
3.0.0
|
#include <PointPartitioner.h>
Public Types | |
| typedef boost::int_t< 1+(3 *Log2Dim)>::least | VoxelOffsetT |
| typedef boost::scoped_array< VoxelOffsetT > | VoxelOffsetArray |
| typedef boost::scoped_array< IndexT > | 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 | |
| IndexT *const | mIndices |
| IndexT const *const | mPages |
| VoxelOffsetT const *const | mVoxelOffsets |
| typedef boost::scoped_array<IndexT> IndexArray |
| typedef boost::scoped_array<VoxelOffsetT> VoxelOffsetArray |
| typedef boost::int_t<1 + (3 * Log2Dim)>::least VoxelOffsetT |
|
inline |
|
inline |
| IndexT* const mIndices |
| IndexT const* const mPages |
| VoxelOffsetT const* const mVoxelOffsets |
1.8.9.1