OpenVDB
3.0.0
|
#include <PointIndexGrid.h>
Public Types | |
typedef uint32_t | IndexT |
typedef PointPartitioner< IndexT, LeafNodeT::LOG2DIM > | Partitioner |
Public Member Functions | |
PopulateLeafNodesOp (boost::scoped_array< LeafNodeT * > &leafNodes, const Partitioner &partitioner) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeT **const | mLeafNodes |
Partitioner const *const | mPartitioner |
typedef uint32_t IndexT |
typedef PointPartitioner<IndexT, LeafNodeT::LOG2DIM> Partitioner |
|
inline |
|
inline |
LeafNodeT* * const mLeafNodes |
Partitioner const* const mPartitioner |