From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
28
src/osgWrappers/osg/FrameStamp.cpp
Normal file
28
src/osgWrappers/osg/FrameStamp.cpp
Normal file
@@ -0,0 +1,28 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/FrameStamp>
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::FrameStamp)
|
||||
BaseType(osg::Referenced);
|
||||
Constructor0();
|
||||
Constructor1(IN, const osg::FrameStamp &, fs);
|
||||
Method1(void, setFrameNumber, IN, int, fnum);
|
||||
Method0(int, getFrameNumber);
|
||||
Method1(void, setReferenceTime, IN, double, refTime);
|
||||
Method0(double, getReferenceTime);
|
||||
Method1(void, setCalendarTime, IN, const tm &, calendarTime);
|
||||
Method1(void, getCalendarTime, IN, tm &, calendarTime);
|
||||
WriteOnlyProperty(const tm &, CalendarTime);
|
||||
Property(int, FrameNumber);
|
||||
Property(double, ReferenceTime);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user