Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-11 12:35:10 +00:00
parent 640999dea6
commit 3341c42873
6 changed files with 58 additions and 9 deletions

View File

@@ -13,6 +13,7 @@
#include <OpenThreads/Mutex>
#include <osg/Geode>
#include <osg/Node>
#include <osg/StateSet>
#include <osgDB/SharedStateManager>
// Must undefine IN and OUT macros defined in Windows headers
@@ -67,6 +68,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::SharedStateManager)
__void__apply__osg_Geode_R1,
"",
"");
I_Method1(bool, isShared, IN, osg::StateSet *, stateSet,
Properties::NON_VIRTUAL,
__bool__isShared__osg_StateSet_P1,
"",
"");
I_ProtectedMethod2(void, process, IN, osg::StateSet *, ss, IN, osg::Object *, parent,
Properties::NON_VIRTUAL,
Properties::NON_CONST,