Updated wrappers

This commit is contained in:
Robert Osfield
2007-09-24 16:25:55 +00:00
parent d11d5b819a
commit e725f30d81
5 changed files with 66 additions and 3 deletions

View File

@@ -69,6 +69,11 @@ BEGIN_OBJECT_REFLECTOR(osg::View)
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Method1(void, take, IN, osg::View &, rhs,
Properties::VIRTUAL,
__void__take__View_R1,
"Take all the settings, Camera and Slaves from the passed in view, leaving it empty. ",
"");
I_Method1(void, setStats, IN, osg::Stats *, stats,
Properties::NON_VIRTUAL,
__void__setStats__osg_Stats_P1,
@@ -154,6 +159,11 @@ BEGIN_OBJECT_REFLECTOR(osg::View)
__C5_Slave_R1__getSlave__unsigned_int,
"",
"");
I_Method1(unsigned int, findSlaveIndexForCamera, IN, osg::Camera *, camera,
Properties::NON_VIRTUAL,
__unsigned_int__findSlaveIndexForCamera__osg_Camera_P1,
"",
"");
I_Method1(osg::View::Slave *, findSlaveForCamera, IN, osg::Camera *, camera,
Properties::NON_VIRTUAL,
__Slave_P1__findSlaveForCamera__osg_Camera_P1,