29 lines
945 B
C++
29 lines
945 B
C++
// ***************************************************************************
|
|
//
|
|
// 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
|
|
|