// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN #undef IN #endif #ifdef OUT #undef OUT #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_StaticMethod0(const osg::Timer *, instance); I_ReadOnlyProperty(double, SecondsPerTick); END_REFLECTOR TYPE_NAME_ALIAS(unsigned long long, osg::Timer_t);