OpenVDB
3.0.0
|
#include <PointPartitioner.h>
Public Types | |
typedef tbb::atomic< IndexT > | AtomicIndex |
typedef boost::scoped_array< AtomicIndex > | AtomicIndexArray |
typedef boost::scoped_array< IndexT > | IndexArray |
Public Member Functions | |
BucketMapOp (IndexArray &bucketIndices, AtomicIndexArray &bucketMap, const IndexArray &bucketOffsets) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
IndexT *const | mBucketIndices |
AtomicIndex *const | mBucketMap |
IndexT const *const | mBucketOffsets |
typedef tbb::atomic<IndexT> AtomicIndex |
typedef boost::scoped_array<AtomicIndex> AtomicIndexArray |
typedef boost::scoped_array<IndexT> IndexArray |
|
inline |
|
inline |
IndexT* const mBucketIndices |
AtomicIndex* const mBucketMap |
IndexT const* const mBucketOffsets |