Updated wrappers

This commit is contained in:
Robert Osfield
2006-07-18 20:51:28 +00:00
parent dfbc9d0441
commit 1efa9a01d7
211 changed files with 2739 additions and 5375 deletions

View File

@@ -19,18 +19,11 @@
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osg::FrameStamp)
I_BaseType(osg::Referenced);
BEGIN_VALUE_REFLECTOR(osg::FrameStamp)
I_Constructor0();
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::FrameStamp)
I_Constructor0();
I_Constructor1(IN, const osg::FrameStamp &, fs);
I_Method1(void, setFrameNumber, IN, int, fnum);
I_Method0(int, getFrameNumber);
I_Method1(void, setReferenceTime, IN, double, refTime);
I_Method0(double, getReferenceTime);
I_Method1(void, setCalendarTime, IN, const tm &, calendarTime);
I_Method1(void, getCalendarTime, IN, tm &, calendarTime);
I_WriteOnlyProperty(const tm &, CalendarTime);
I_Property(int, FrameNumber);
I_Property(double, ReferenceTime);
END_REFLECTOR