OpenVDB  3.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
MergeOffsetsOp< IndexT > Struct Template Reference

#include <PointPartitioner.h>

Public Types

typedef tbb::atomic< IndexT > AtomicIndex
 
typedef boost::scoped_array< AtomicIndexAtomicIndexArray
 
typedef boost::scoped_array< IndexT > IndexArray
 

Public Member Functions

 MergeOffsetsOp (IndexArray &pointIndices, const AtomicIndexArray &bucketMap, const IndexArray &bucketOffsets)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Public Attributes

IndexT *const mPointIndices
 
AtomicIndex const *const mBucketMap
 
IndexT const *const mBucketOffsets
 

Member Typedef Documentation

typedef tbb::atomic<IndexT> AtomicIndex
typedef boost::scoped_array<AtomicIndex> AtomicIndexArray
typedef boost::scoped_array<IndexT> IndexArray

Constructor & Destructor Documentation

MergeOffsetsOp ( IndexArray pointIndices,
const AtomicIndexArray bucketMap,
const IndexArray bucketOffsets 
)
inline

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

Member Data Documentation

AtomicIndex const* const mBucketMap
IndexT const* const mBucketOffsets
IndexT* const mPointIndices

The documentation for this struct was generated from the following file: