Updated wrappers

This commit is contained in:
Robert Osfield
2008-05-26 21:10:10 +00:00
parent ae303e38e9
commit 3d163c3412

View File

@@ -100,7 +100,7 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPath)
I_Method2(void, insert, IN, double, time, IN, const osg::AnimationPath::ControlPoint &, controlPoint,
Properties::NON_VIRTUAL,
__void__insert__double__C5_ControlPoint_R1,
"",
"Insert a control point into the AnimationPath. ",
"");
I_Method0(double, getFirstTime,
Properties::NON_VIRTUAL,
@@ -162,6 +162,11 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPath)
__void__write__std_ostream_R1,
"Write the animation path to a flat ASCII file stream. ",
"");
I_Method2(void, write, IN, osg::AnimationPath::TimeControlPointMap::const_iterator, itr, IN, std::ostream &, out,
Properties::NON_VIRTUAL,
__void__write__TimeControlPointMap_C5_iterator__std_ostream_R1,
"Write the control point to a flat ASCII file stream. ",
"");
I_SimpleProperty(double, FirstTime,
__double__getFirstTime,
0);