2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::AnimationPath< / TITLE >
2004-08-06 14:53:36 +08:00
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.6" >
2003-04-18 00:22:51 +08:00
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::AnimationPath< / A > < / H2 > < / H2 > < BLOCKQUOTE > AnimationPath for specify the time varying transformation pathway to use when update camera and model objects.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 95 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CAnimationPath,MAnimationPath.html" >
< param name = before value = "M,M,M" >
< param name = after value = "Md_SP,Md_,M" >
< param name = indent value = "0,1,2" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
2004-08-06 14:53:36 +08:00
< P > < DL >
< DT > < H3 > Public Classes< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > struct < B > < A HREF = "#DOC.2.2.4" > ControlPoint< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.2.14" > LoopMode< / A > < / B >
< / DL > < / P >
2003-04-18 00:22:51 +08:00
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.1" > AnimationPath< / A > < / B > ()
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.2" > AnimationPath< / A > < / B > (const <!1> < A HREF = "AnimationPath.html#DOC.2.2.2" > AnimationPath< / A > & ap, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.2.3" > META_Object< / A > < / B > (<!1> < A HREF = "osg.html" > osg< / A > , <!1> < A HREF = "AnimationPath.html" > AnimationPath< / A > )
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.2.5" > getMatrix< / A > < / B > (double time, <!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const
2003-04-18 00:22:51 +08:00
< DD > < I > get the transformation matrix for a point in time< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.2.6" > getMatrix< / A > < / B > (double time, <!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const
< DD > < I > get the transformation matrix for a point in time< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.2.7" > getInverse< / A > < / B > (double time, <!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const
2003-04-18 00:22:51 +08:00
< DD > < I > get the inverse transformation matrix for a point in time< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.2.8" > getInverse< / A > < / B > (double time, <!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.2.9" > getInterpolatedControlPoint< / A > < / B > (double time, <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & controlPoint) const
2003-04-18 00:22:51 +08:00
< DD > < I > get the local ControlPoint frame for a point in time< / I >
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.2.10" > insert< / A > < / B > (double time, const <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & controlPoint)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > double < B > < A HREF = "#DOC.2.2.11" > getFirstTime< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > double < B > < A HREF = "#DOC.2.2.12" > getLastTime< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > double < B > < A HREF = "#DOC.2.2.13" > getPeriod< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.2.15" > setLoopMode< / A > < / B > (<!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > lm)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > < B > < A HREF = "#DOC.2.2.16" > getLoopMode< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > & < B > < A HREF = "#DOC.2.2.18" > getTimeControlPointMap< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-09-08 18:51:14 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > const <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > & < B > < A HREF = "#DOC.2.2.19" > getTimeControlPointMap< / A > < / B > () const
2004-08-06 14:53:36 +08:00
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > bool < B > < A HREF = "#DOC.2.2.20" > empty< / A > < / B > () const
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.2.21" > read< / A > < / B > (std::istream& in)
< DD > < I > read the anumation path from a flat ascii file stream< / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.2.22" > write< / A > < / B > (std::ostream& out) const
< DD > < I > write the anumation path to a flat ascii file stream< / I >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
2004-08-06 14:53:36 +08:00
< DT > < H3 > Public< / H3 > < DD > < DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::map< double,<!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > > < B > < A HREF = "#DOC.2.2.17" > TimeControlPointMap< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > < B > < A HREF = "#DOC.2.2.24" > _timeControlPointMap< / A > < / B >
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > <!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > < B > < A HREF = "#DOC.2.2.25" > _loopMode< / A > < / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.2.23" > ~AnimationPath< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Object.html" > Object< / A > :< / H3 >
< DL >
2004-08-06 14:53:36 +08:00
< P > < DL >
< DT > < H3 > Public Classes< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > enum < B > DataVariance< / B >
< / DL > < / P >
2003-04-18 00:22:51 +08:00
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > cloneType< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > clone< / B > (const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & ) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > isSameKindAs< / B > (const <!1> < A HREF = "Object.html" > Object< / A > *) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual const char* < B > libraryName< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual const char* < B > className< / B > () const
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setDataVariance< / B > (<!1> < A HREF = "Object.html#DOC.2.167.8" > DataVariance< / A > dv)
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Object.html#DOC.2.167.8" > DataVariance< / A > < B > getDataVariance< / B > () const
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setUserData< / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > * obj)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > * < B > getUserData< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Referenced.html" > Referenced< / A > * < B > getUserData< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Object.html#DOC.2.167.8" > DataVariance< / A > < B > _dataVariance< / B >
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Referenced.html" > Referenced< / A > > < B > _userData< / B >
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > & < B > operator = < / B > (const <!1> < A HREF = "Referenced.html" > Referenced< / A > & )
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > static void < B > setDeleteHandler< / B > (<!1> < A HREF = "DeleteHandler.html" > DeleteHandler< / A > * handler)
< DT >
< IMG ALT = "o" SRC = icon2.gif > static <!1> < A HREF = "DeleteHandler.html" > DeleteHandler< / A > * < B > getDeleteHandler< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref_nodelete< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline int < B > referenceCount< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > mutable OpenThreads::Mutex < B > _refMutex< / B >
< DT >
2003-04-18 00:22:51 +08:00
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > AnimationPath for specify the time varying transformation pathway to use when update camera and model objects.
Subclassed from Transform::ComputeTransformCallback allows AnimationPath to
be attached directly to Transform nodes to move subgraphs around the scene.< / BLOCKQUOTE >
< DL >
< A NAME = "AnimationPath" > < / A >
< A NAME = "DOC.2.2.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > AnimationPath()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "AnimationPath" > < / A >
< A NAME = "DOC.2.2.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > AnimationPath(const <!1> < A HREF = "AnimationPath.html#DOC.2.2.2" > AnimationPath< / A > & ap, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "META_Object" > < / A >
< A NAME = "DOC.2.2.3" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > META_Object(<!1> < A HREF = "osg.html" > osg< / A > , <!1> < A HREF = "AnimationPath.html" > AnimationPath< / A > )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2003-07-23 19:27:31 +08:00
< A NAME = "ControlPoint" > < / A >
2003-04-18 00:22:51 +08:00
< A NAME = "DOC.2.2.4" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > struct ControlPoint< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "ControlPoint" > < / A >
< A NAME = "DOC.2.2.4.1" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ControlPoint()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ControlPoint" > < / A >
< A NAME = "DOC.2.2.4.2" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ControlPoint(const <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > & position)< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ControlPoint" > < / A >
< A NAME = "DOC.2.2.4.3" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ControlPoint(const <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > & position, const <!1> < A HREF = "Quat.html" > osg::Quat< / A > & rotation)< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "ControlPoint" > < / A >
< A NAME = "DOC.2.2.4.4" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ControlPoint(const <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > & position, const <!1> < A HREF = "Quat.html" > osg::Quat< / A > & rotation, const <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > & <!1> < A HREF = "Matrixf.html#DOC.2.145.56" > scale< / A > )< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_position" > < / A >
< A NAME = "DOC.2.2.4.5" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > _position< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_rotation" > < / A >
< A NAME = "DOC.2.2.4.6" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Quat.html" > osg::Quat< / A > _rotation< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_scale" > < / A >
< A NAME = "DOC.2.2.4.7" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Vec3d.html" > osg::Vec3d< / A > _scale< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "interpolate" > < / A >
< A NAME = "DOC.2.2.4.8" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void interpolate(float ratio, const <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & <!1> < A HREF = "ImpostorSpriteManager.html#DOC.2.125.3" > first< / A > , const <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & second)< / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getMatrix" > < / A >
< A NAME = "DOC.2.2.4.9" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getMatrix(<!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const < / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
2003-09-08 18:51:14 +08:00
< A NAME = "getMatrix" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.4.10" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getMatrix(<!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInverse" > < / A >
< A NAME = "DOC.2.2.4.11" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getInverse(<!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInverse" > < / A >
< A NAME = "DOC.2.2.4.12" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getInverse(<!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const < / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "getMatrix" > < / A >
< A NAME = "DOC.2.2.5" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getMatrix(double time, <!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > get the transformation matrix for a point in time
< DL > < DT > < DD > < / DL > < P >
2003-09-08 18:51:14 +08:00
< A NAME = "getMatrix" > < / A >
2003-07-23 19:27:31 +08:00
< A NAME = "DOC.2.2.6" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getMatrix(double time, <!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const < / B > < / TT >
< DD > get the transformation matrix for a point in time
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInverse" > < / A >
< A NAME = "DOC.2.2.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getInverse(double time, <!1> < A HREF = "Matrixf.html" > Matrixf< / A > & matrix) const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > get the inverse transformation matrix for a point in time
< DL > < DT > < DD > < / DL > < P >
2003-09-08 18:51:14 +08:00
< A NAME = "getInverse" > < / A >
< A NAME = "DOC.2.2.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool getInverse(double time, <!1> < A HREF = "Matrixd.html" > Matrixd< / A > & matrix) const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2003-04-18 00:22:51 +08:00
< A NAME = "getInterpolatedControlPoint" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.9" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool getInterpolatedControlPoint(double time, <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & controlPoint) const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > get the local ControlPoint frame for a point in time
< DL > < DT > < DD > < / DL > < P >
< A NAME = "insert" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.10" > < / A >
2003-07-23 19:27:31 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void insert(double time, const <!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > & controlPoint)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getFirstTime" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.11" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > double getFirstTime() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getLastTime" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.12" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > double getLastTime() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getPeriod" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.13" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > double getPeriod() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "LoopMode" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.14" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum LoopMode< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "SWING" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.14.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > SWING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "LOOP" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.14.2" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > LOOP< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "NO_LOOPING" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.14.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > NO_LOOPING< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setLoopMode" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.15" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setLoopMode(<!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > lm)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
2003-07-23 19:27:31 +08:00
< A NAME = "getLoopMode" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.16" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > getLoopMode() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
2003-07-23 19:27:31 +08:00
< A NAME = "TimeControlPointMap" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.17" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::map< double,<!1> < A HREF = "AnimationPath.html#DOC.2.2.4" > ControlPoint< / A > > TimeControlPointMap< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getTimeControlPointMap" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.18" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > & getTimeControlPointMap()< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
2003-07-23 19:27:31 +08:00
< A NAME = "getTimeControlPointMap" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.19" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > const <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > & getTimeControlPointMap() const < / B > < / TT >
2003-07-23 19:27:31 +08:00
< DL > < DT > < DD > < / DL > < P >
2004-08-06 14:53:36 +08:00
< A NAME = "empty" > < / A >
2003-09-08 18:51:14 +08:00
< A NAME = "DOC.2.2.20" > < / A >
2004-08-06 14:53:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > bool empty() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "read" > < / A >
< A NAME = "DOC.2.2.21" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void read(std::istream& in)< / B > < / TT >
< DD > read the anumation path from a flat ascii file stream
< DL > < DT > < DD > < / DL > < P >
< A NAME = "write" > < / A >
< A NAME = "DOC.2.2.22" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void write(std::ostream& out) const < / B > < / TT >
< DD > write the anumation path to a flat ascii file stream
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~AnimationPath" > < / A >
< A NAME = "DOC.2.2.23" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~AnimationPath()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_timeControlPointMap" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.2.24" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "AnimationPath.html#DOC.2.2.17" > TimeControlPointMap< / A > _timeControlPointMap< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_loopMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.2.25" > < / A >
2003-09-08 18:51:14 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "AnimationPath.html#DOC.2.2.14" > LoopMode< / A > _loopMode< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR > < DL > < DT > < B > This class has no child classes.< / B > < / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
2004-08-06 14:53:36 +08:00
This page was generated with the help of < A HREF = "http://www.linuxsupportline.com/~doc++" > DOC++< / A > .
2003-04-18 00:22:51 +08:00
< / BODY >
< / HTML >