// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include BEGIN_VALUE_REFLECTOR(osg::Timer) Constructor0(); Method0(osg::Timer_t, tick); Method2(double, delta_s, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2); Method2(double, delta_m, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2); Method2(double, delta_u, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2); Method2(double, delta_n, IN, osg::Timer_t, t1, IN, osg::Timer_t, t2); Method0(double, getSecondsPerTick); ReadOnlyProperty(double, SecondsPerTick); END_REFLECTOR TYPE_NAME_ALIAS(unsigned long long, osg::Timer_t);