HDK
|
#include <TreeIterator.h>
Public Member Functions | |
IteratorRange (const IterT &iter, size_t grainSize=8) | |
IteratorRange (IteratorRange &other, tbb::split) | |
const IterT & | iterator () const |
Return a reference to this range's iterator. More... | |
bool | empty () const |
bool | test () const |
operator bool () const | |
bool | is_divisible () const |
Return true if this range is splittable (i.e., if the iterator can be advanced more than mGrainSize times). More... | |
void | increment (Index n=1) |
Advance the iterator n times. More... | |
IteratorRange & | operator++ () |
Advance the iterator to the next item. More... | |
bool | next () |
Advance the iterator to the next item. More... | |
An IteratorRange wraps a tree or node iterator, giving the iterator TBB splittable range semantics.
Definition at line 1302 of file TreeIterator.h.
|
inline |
Definition at line 1305 of file TreeIterator.h.
|
inline |
Definition at line 1312 of file TreeIterator.h.
|
inline |
Definition at line 1325 of file TreeIterator.h.
|
inline |
Advance the iterator n times.
Definition at line 1334 of file TreeIterator.h.
|
inline |
Return true
if this range is splittable (i.e., if the iterator can be advanced more than mGrainSize times).
Definition at line 1331 of file TreeIterator.h.
|
inline |
Return a reference to this range's iterator.
Definition at line 1323 of file TreeIterator.h.
|
inline |
Advance the iterator to the next item.
true
if the iterator is not yet exhausted. Definition at line 1339 of file TreeIterator.h.
|
inline |
Definition at line 1327 of file TreeIterator.h.
|
inline |
Advance the iterator to the next item.
Definition at line 1336 of file TreeIterator.h.
|
inline |
Definition at line 1326 of file TreeIterator.h.