Rumba C++ SDK
maquina::SceneConst::TraversalAttributes Class Reference

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...
 

Detailed Description

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.

Member Function Documentation

◆ begin()

Iterator maquina::SceneConst::TraversalAttributes::begin ( ) const

◆ end()

Iterator maquina::SceneConst::TraversalAttributes::end ( ) const

◆ size()

size_t maquina::SceneConst::TraversalAttributes::size ( ) const

Return the number of children.


The documentation for this class was generated from the following file: