|
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 181 of file PointPartitioner.h.
| using openvdb::OPENVDB_VERSION_NAME::tools::PointPartitioner< PointIndexType, BucketLog2Dim >::IndexIterator::IndexType = PointIndexType |
Definition at line 184 of file PointPartitioner.h.
|
inline |
Definition at line 186 of file PointPartitioner.h.
|
inline |
Definition at line 208 of file PointPartitioner.h.
|
inline |
Advance to the next item.
Definition at line 207 of file PointPartitioner.h.
|
inline |
Return true if this iterator is not yet exhausted.
Definition at line 200 of file PointPartitioner.h.
|
inline |
Definition at line 212 of file PointPartitioner.h.
|
inline |
Returns the item to which this iterator is currently pointing.
Definition at line 196 of file PointPartitioner.h.
|
inline |
Definition at line 197 of file PointPartitioner.h.
|
inline |
Advance to the next item.
Definition at line 204 of file PointPartitioner.h.
|
inline |
Equality operators.
Definition at line 211 of file PointPartitioner.h.
|
inline |
Rewind to first item.
Definition at line 190 of file PointPartitioner.h.
|
inline |
Number of point indices in the iterator range.
Definition at line 193 of file PointPartitioner.h.
|
inline |
Definition at line 201 of file PointPartitioner.h.