Updated wrappers

This commit is contained in:
Robert Osfield
2007-05-11 19:28:41 +00:00
parent 1cb4dfbcb5
commit e7509cda87
3 changed files with 54 additions and 0 deletions

View File

@@ -244,6 +244,11 @@ BEGIN_OBJECT_REFLECTOR(osgViewer::Viewer)
__void__setUpThreading,
"Set up the threading and processor affinity as per the viewers threading model. ",
"");
I_Method0(bool, areThreadsRunning,
Properties::NON_VIRTUAL,
__bool__areThreadsRunning,
"Return true if viewer threads are running. ",
"");
I_Method0(void, stopThreading,
Properties::NON_VIRTUAL,
__void__stopThreading,