SPH
|
Index iterator with given mapping (index permutation). More...
#include <KdTree.h>
Public Member Functions | |
INLINE | LeafIndexIterator (const Size idx, ArrayView< const Size > mapping) |
INLINE Size | operator* () const |
![]() | |
INLINE | IndexIterator (const Size idx) |
INLINE Size | operator* () const |
INLINE IndexIterator & | operator++ () |
INLINE bool | operator!= (const IndexIterator other) const |
Additional Inherited Members | |
![]() | |
Size | idx |
Index iterator with given mapping (index permutation).
Returns value mapping[index] when dereferenced,