From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
26
src/osgWrappers/osg/Timer.cpp
Normal file
26
src/osgWrappers/osg/Timer.cpp
Normal file
@@ -0,0 +1,26 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user