From Marco Jez, improvements to osgIntrospection, and new automatically generated

osgWrappers/osg set.
This commit is contained in:
Robert Osfield
2005-04-07 20:00:17 +00:00
parent 5b4482c70d
commit 7a27a0bef7
132 changed files with 8608 additions and 301 deletions

View 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);