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

@@ -10,6 +10,7 @@
#include <osgIntrospection/Attributes>
#include <osg/Timer>
#include <osg/test/Timer>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
@@ -20,6 +21,13 @@
#endif
BEGIN_VALUE_REFLECTOR(osg::Timer)
I_Constructor0();
I_Method0(osg::Timer_t, tick);
I_Method2(double, delta_s, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_m, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_u, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_n, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method0(double, getSecondsPerTick);
I_Constructor0();
I_Method0(osg::Timer_t, tick);
I_Method2(double, delta_s, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
@@ -30,5 +38,21 @@ BEGIN_VALUE_REFLECTOR(osg::Timer)
I_ReadOnlyProperty(double, SecondsPerTick);
END_REFLECTOR
TYPE_NAME_ALIAS(unsigned long long, osg::Timer_t);
BEGIN_VALUE_REFLECTOR(osg::Timer)
I_Constructor0();
I_Method0(osg::Timer_t, tick);
I_Method2(double, delta_s, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_m, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_u, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_n, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method0(double, getSecondsPerTick);
I_Constructor0();
I_Method0(osg::Timer_t, tick);
I_Method2(double, delta_s, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_m, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_u, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method2(double, delta_n, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2);
I_Method0(double, getSecondsPerTick);
I_ReadOnlyProperty(double, SecondsPerTick);
END_REFLECTOR