Files
OpenSceneGraph/src/osgWrappers/osg/Timer.cpp
2005-04-07 20:00:17 +00:00

27 lines
907 B
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Timer>
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);