25 static shared_ptr<DemoSelector>
ds;
54 string const surveyPath=
"",
55 string const assetsPath=
""
Simple class to handle demo selection.
Definition: DemoSelector.h:17
static shared_ptr< DemoSelector > ds
Singleton instance of demo selector.
Definition: DemoSelector.h:25
static shared_ptr< DemoSelector > getInstance()
Singleton getter for the demo selector instance.
Definition: DemoSelector.cpp:22
DemoSelector()=default
Default constructor for demo selector.
void select(string const name, string const surveyPath="", string const assetsPath="")
Run the demo with given name if any.
Definition: DemoSelector.cpp:29