diff --git a/src/osgWrappers/osg/AnimationPath.cpp b/src/osgWrappers/osg/AnimationPath.cpp index 7d3b783ec..9bcf795ac 100644 --- a/src/osgWrappers/osg/AnimationPath.cpp +++ b/src/osgWrappers/osg/AnimationPath.cpp @@ -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);