|
OpenVDB
3.0.0
|
#include <PointPartitioner.h>
Public Types | |
| typedef boost::scoped_array< IndexT > | IndexArray |
| typedef boost::scoped_array< IndexPair< IndexT > > | IndexPairArray |
Public Member Functions | |
| PageOrderOp (IndexArray &pointIndices, const IndexPairArray &pairs) | |
| void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
| IndexT *const | mPointIndices |
| IndexPair< IndexT > const *const | mPairs |
| typedef boost::scoped_array<IndexT> IndexArray |
| typedef boost::scoped_array<IndexPair<IndexT> > IndexPairArray |
|
inline |
|
inline |
| IndexPair<IndexT> const* const mPairs |
| IndexT* const mPointIndices |
1.8.9.1