HDK
|
#include <PointPartitioner.h>
Public Types | |
using | IndexType = PointIndexType |
Public Member Functions | |
IndexIterator (IndexType *begin=nullptr, IndexType *end=nullptr) | |
void | reset () |
Rewind to first item. More... | |
size_t | size () const |
Number of point indices in the iterator range. More... | |
IndexType & | operator* () |
Returns the item to which this iterator is currently pointing. More... | |
const IndexType & | operator* () const |
operator bool () const | |
Return true if this iterator is not yet exhausted. More... | |
bool | test () const |
IndexIterator & | operator++ () |
Advance to the next item. More... | |
bool | next () |
Advance to the next item. More... | |
bool | increment () |
bool | operator== (const IndexIterator &other) const |
Equality operators. More... | |
bool | operator!= (const IndexIterator &other) const |
Definition at line 180 of file PointPartitioner.h.
using openvdb::OPENVDB_VERSION_NAME::tools::PointPartitioner< PointIndexType, BucketLog2Dim >::IndexIterator::IndexType = PointIndexType |
Definition at line 183 of file PointPartitioner.h.
|
inline |
Definition at line 185 of file PointPartitioner.h.
|
inline |
Definition at line 207 of file PointPartitioner.h.
|
inline |
Advance to the next item.
Definition at line 206 of file PointPartitioner.h.
|
inline |
Return true
if this iterator is not yet exhausted.
Definition at line 199 of file PointPartitioner.h.
|
inline |
Definition at line 211 of file PointPartitioner.h.
|
inline |
Returns the item to which this iterator is currently pointing.
Definition at line 195 of file PointPartitioner.h.
|
inline |
Definition at line 196 of file PointPartitioner.h.
|
inline |
Advance to the next item.
Definition at line 203 of file PointPartitioner.h.
|
inline |
Equality operators.
Definition at line 210 of file PointPartitioner.h.
|
inline |
Rewind to first item.
Definition at line 189 of file PointPartitioner.h.
|
inline |
Number of point indices in the iterator range.
Definition at line 192 of file PointPartitioner.h.
|
inline |
Definition at line 200 of file PointPartitioner.h.