Added clear()
This commit is contained in:
parent
8c727acddc
commit
a64dc27595
@ -191,6 +191,8 @@ class OSG_EXPORT AnimationPath : public virtual osg::Object
|
|||||||
const TimeControlPointMap& getTimeControlPointMap() const { return _timeControlPointMap; }
|
const TimeControlPointMap& getTimeControlPointMap() const { return _timeControlPointMap; }
|
||||||
|
|
||||||
bool empty() const { return _timeControlPointMap.empty(); }
|
bool empty() const { return _timeControlPointMap.empty(); }
|
||||||
|
|
||||||
|
void clear() { _timeControlPointMap.clear(); }
|
||||||
|
|
||||||
/** Read the animation path from a flat ASCII file stream. */
|
/** Read the animation path from a flat ASCII file stream. */
|
||||||
void read(std::istream& in);
|
void read(std::istream& in);
|
||||||
|
Loading…
Reference in New Issue
Block a user