OpenVDB
6.0.0
|
#include <PointIndexGrid.h>
Public Types | |
using | IndexT = uint32_t |
using | Partitioner = PointPartitioner< IndexT, LeafNodeT::LOG2DIM > |
Public Member Functions | |
PopulateLeafNodesOp (std::unique_ptr< LeafNodeT *[]> &leafNodes, const Partitioner &partitioner) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeT **const | mLeafNodes |
Partitioner const *const | mPartitioner |
using IndexT = uint32_t |
using Partitioner = PointPartitioner<IndexT, LeafNodeT::LOG2DIM> |
|
inline |
|
inline |
LeafNodeT* * const mLeafNodes |
Partitioner const* const mPartitioner |