HDK
|
#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 |
Definition at line 402 of file PointIndexGrid.h.
using openvdb::OPENVDB_VERSION_NAME::tools::point_index_grid_internal::PopulateLeafNodesOp< LeafNodeT >::IndexT = uint32_t |
Definition at line 404 of file PointIndexGrid.h.
using openvdb::OPENVDB_VERSION_NAME::tools::point_index_grid_internal::PopulateLeafNodesOp< LeafNodeT >::Partitioner = PointPartitioner<IndexT, LeafNodeT::LOG2DIM> |
Definition at line 405 of file PointIndexGrid.h.
|
inline |
Definition at line 407 of file PointIndexGrid.h.
|
inline |
Definition at line 414 of file PointIndexGrid.h.
LeafNodeT* * const openvdb::OPENVDB_VERSION_NAME::tools::point_index_grid_internal::PopulateLeafNodesOp< LeafNodeT >::mLeafNodes |
Definition at line 482 of file PointIndexGrid.h.
Partitioner const* const openvdb::OPENVDB_VERSION_NAME::tools::point_index_grid_internal::PopulateLeafNodesOp< LeafNodeT >::mPartitioner |
Definition at line 483 of file PointIndexGrid.h.