![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
The SceneIterator traverses scenes in a RamsesClient. More...
#include <SceneIterator.h>
Public Member Functions | |
SceneIterator (const RamsesClient &client) | |
A SceneIterator can iterate through scenes of the given client. More... | |
~SceneIterator () | |
Scene * | getNext () |
Returns the next scene while iterating. More... | |
The SceneIterator traverses scenes in a RamsesClient.
It provides a way to traverse all scenes created with a given client.
|
explicit |
A SceneIterator can iterate through scenes of the given client.
[in] | client | RamsesClient whose scenes to iterate through |
ramses::SceneIterator::~SceneIterator | ( | ) |
Destructor
Scene* ramses::SceneIterator::getNext | ( | ) |
Returns the next scene while iterating.