![]() |
Scene Fusion 2 API Reference
|
#include <ksHierarchyObject.h>
Public Member Functions | |
DescendantIter (D obj) | |
bool | Next () |
bool | operator== (const DescendantIter< D > &other) const |
bool | operator!= (const DescendantIter< D > &other) const |
D | Value () |
Descendant Iterator. Traverses children depth first until the sub tree of this object has been traversed. A null result indicates the end of iteration.
|
inline |
Constructor
D | - first iteration object |
|
inline |
Advance the iterator
|
inline |
Not-equals comparison
const | DescendantIter<D>& - other iterator |
|
inline |
Equals comparison
const | DescendantIter<D>& - other iterator |
|
inline |
Current iteration object.
D | - current object |