|
Rumba C++ SDK
|
An attribute iteration on a traversal node. More...
#include <Scene.h>
Classes | |
| class | Iterator |
| A Node children iterator. More... | |
Public Member Functions | |
| Iterator | begin () const |
| Iterator | end () const |
| size_t | size () const |
| Return the number of children. More... | |
An attribute iteration on a traversal node.
This class can be used to iterate the scene attributes during a traversal. WARNING: The iterator object must not change during the use of this iteration.
| Iterator maquina::SceneConst::TraversalAttributes::begin | ( | ) | const |
| Iterator maquina::SceneConst::TraversalAttributes::end | ( | ) | const |
| size_t maquina::SceneConst::TraversalAttributes::size | ( | ) | const |
Return the number of children.