Updated wrappers

This commit is contained in:
Robert Osfield 2008-03-14 11:07:03 +00:00
parent 457a28d40e
commit 721944194c
2 changed files with 4 additions and 14 deletions

View File

@ -99,19 +99,14 @@ BEGIN_OBJECT_REFLECTOR(osg::observer_ptr< osg::Node >)
__void__objectDeleted__void_P1,
"",
"");
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__bool__valid,
"",
"");
I_Method0(osg::Node *, get,
Properties::NON_VIRTUAL,
__T_P1__get,
"",
"");
I_Method0(const osg::Node *, get,
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__C5_T_P1__get,
__bool__valid,
"",
"");
I_SimpleProperty(osg::Node *, ,

View File

@ -432,19 +432,14 @@ BEGIN_OBJECT_REFLECTOR(osg::observer_ptr< osg::GraphicsContext >)
__void__objectDeleted__void_P1,
"",
"");
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__bool__valid,
"",
"");
I_Method0(osg::GraphicsContext *, get,
Properties::NON_VIRTUAL,
__T_P1__get,
"",
"");
I_Method0(const osg::GraphicsContext *, get,
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__C5_T_P1__get,
__bool__valid,
"",
"");
I_SimpleProperty(osg::GraphicsContext *, ,