#include <SceneGraphFactory.h>
Definition at line 26 of file SceneGraphFactory.h.
◆ SceneGraphFactory() [1/2]
dyno::SceneGraphFactory::SceneGraphFactory |
( |
| ) |
|
|
privatedefault |
◆ ~SceneGraphFactory()
dyno::SceneGraphFactory::~SceneGraphFactory |
( |
| ) |
|
|
privatedefault |
◆ SceneGraphFactory() [2/2]
◆ active()
std::shared_ptr< SceneGraph > dyno::SceneGraphFactory::active |
( |
| ) |
|
◆ createDefaultScene()
std::shared_ptr< SceneGraph > dyno::SceneGraphFactory::createDefaultScene |
( |
| ) |
|
◆ createNewScene()
std::shared_ptr< SceneGraph > dyno::SceneGraphFactory::createNewScene |
( |
| ) |
|
◆ instance()
◆ operator=()
◆ popAllScenes()
void dyno::SceneGraphFactory::popAllScenes |
( |
| ) |
|
◆ popScene()
void dyno::SceneGraphFactory::popScene |
( |
| ) |
|
◆ pushScene()
void dyno::SceneGraphFactory::pushScene |
( |
std::shared_ptr< SceneGraph > | scn | ) |
|
◆ setDefaultCreator()
◆ mDefaultCreator
◆ mMutex
std::mutex dyno::SceneGraphFactory::mMutex |
|
staticprivate |
◆ mSceneGraphs
std::stack<std::shared_ptr<SceneGraph> > dyno::SceneGraphFactory::mSceneGraphs |
|
private |
◆ pInstance
The documentation for this class was generated from the following files: