#include <openvdb/tools/PointPartitioner.h>
◆ IndexType
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ IndexIterator()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ increment()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ next()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
Advance to the next item.
◆ operator bool()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
Return true
if this iterator is not yet exhausted.
◆ operator!=()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ operator*() [1/2]
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
Returns the item to which this iterator is currently pointing.
◆ operator*() [2/2]
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ operator++()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
Advance to the next item.
◆ operator==()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ reset()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
◆ size()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>
Number of point indices in the iterator range.
◆ test()
template<typename PointIndexType = uint32_t,
Index BucketLog2Dim = 3>