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::Sequence< / 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::Sequence< / A > < / H2 > < / H2 > < BLOCKQUOTE > Sequence is a Group node which allows automatic, time based switching between children< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 155 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CNode,MNode.html,CGroup,MGroup.html,CSequence,MSequence.html" >
< param name = before value = "M,M,M,M,M" >
< param name = after value = "Md_SPSPSP,Md_SPSP,Md_SP,Md_,M" >
< param name = indent value = "0,1,2,3,4" >
< 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 > enum < B > < A HREF = "#DOC.2.199.9" > LoopMode< / A > < / B >
< DD > < I > Interval modes < / I >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > enum < B > < A HREF = "#DOC.2.199.14" > SequenceMode< / A > < / B >
< DD > < I > Sequence modes < / I >
< / DL > < / P >
2003-04-18 00:22:51 +08:00
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.199.1" > Sequence< / 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 > < B > < A HREF = "#DOC.2.199.2" > Sequence< / A > < / B > (const <!1> < A HREF = "Sequence.html#DOC.2.199.2" > Sequence< / A > & , const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)
2003-04-18 00:22:51 +08:00
< DD > < I > Copy constructor using CopyOp to manage deep vs shallow copy< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.199.3" > META_Node< / A > < / B > (<!1> < A HREF = "osg.html" > osg< / A > , <!1> < A HREF = "Sequence.html" > Sequence< / A > )
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 > virtual void < B > < A HREF = "#DOC.2.199.4" > traverse< / A > < / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
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 > void < B > < A HREF = "#DOC.2.199.5" > setValue< / A > < / B > (int value)
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 > int < B > < A HREF = "#DOC.2.199.6" > getValue< / A > < / B > () const
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 > void < B > < A HREF = "#DOC.2.199.7" > setTime< / A > < / B > (int frame, float <!1> < A HREF = "ImpostorSprite.html#DOC.2.124.25" > t< / A > )
2003-04-18 00:22:51 +08:00
< DD > < I > Set time in seconds for child < / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > float < B > < A HREF = "#DOC.2.199.8" > getTime< / A > < / B > (int frame) const
2003-04-18 00:22:51 +08:00
< DD > < I > Get time for child < / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.199.10" > setInterval< / A > < / B > (<!1> < A HREF = "Sequence.html#DOC.2.199.9" > LoopMode< / A > mode, int <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.2" > begin< / A > , int <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.4" > end< / A > )
2003-04-18 00:22:51 +08:00
< DD > < I > Set sequence mode & interval.< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.199.11" > getInterval< / A > < / B > (<!1> < A HREF = "Sequence.html#DOC.2.199.9" > LoopMode< / A > & mode, int& <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.2" > begin< / A > , int& <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.4" > end< / A > ) const
2003-04-18 00:22:51 +08:00
< DD > < I > Get sequence mode & interval.< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.199.12" > setDuration< / A > < / B > (float speed, int nreps = -1)
2003-04-18 00:22:51 +08:00
< DD > < I > Set duration: speed-up & number of repeats < / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline void < B > < A HREF = "#DOC.2.199.13" > getDuration< / A > < / B > (float& speed, int& nreps) const
2003-04-18 00:22:51 +08:00
< DD > < I > Get duration < / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > void < B > < A HREF = "#DOC.2.199.15" > setMode< / A > < / B > (<!1> < A HREF = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > mode)
2003-04-18 00:22:51 +08:00
< DD > < I > Set sequence mode.< / I >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > < B > < A HREF = "#DOC.2.199.16" > getMode< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > Get sequence mode.< / I >
< / 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 > int < B > < A HREF = "#DOC.2.199.18" > _value< / 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 > float < B > < A HREF = "#DOC.2.199.19" > _last< / 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 > std::vector< float> < B > < A HREF = "#DOC.2.199.20" > _frameTime< / 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 > int < B > < A HREF = "#DOC.2.199.21" > _step< / 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 = "Sequence.html#DOC.2.199.9" > LoopMode< / A > < B > < A HREF = "#DOC.2.199.22" > _loopMode< / 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 > int < B > < A HREF = "#DOC.2.199.23" > _begin< / 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 > int < B > < A HREF = "#DOC.2.199.24" > _end< / 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 > float < B > < A HREF = "#DOC.2.199.25" > _speed< / 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 > int < B > < A HREF = "#DOC.2.199.26" > _nreps< / 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 > int < B > < A HREF = "#DOC.2.199.27" > _nrepsremain< / 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 = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > < B > < A HREF = "#DOC.2.199.28" > _mode< / 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.199.17" > ~Sequence< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Group.html" > Group< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Group.html" > Group< / A > * < B > asGroup< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual const <!1> < A HREF = "Group.html" > Group< / A > * < B > asGroup< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > addChild< / B > ( <!1> < A HREF = "Node.html" > Node< / A > * child )
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > insertChild< / B > ( unsigned int <!1> < A HREF = "TemplateIndexArray.html#DOC.2.18.17" > index< / A > , <!1> < A HREF = "Node.html" > Node< / A > * child )
2003-07-23 19:27:31 +08:00
< DT >
2003-04-18 00:22:51 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > removeChild< / B > ( <!1> < A HREF = "Node.html" > Node< / A > * child )
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > removeChild< / B > (unsigned int pos, unsigned int numChildrenToRemove=1)
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > replaceChild< / B > ( <!1> < A HREF = "Node.html" > Node< / A > * origChild, <!1> < A HREF = "Node.html" > Node< / A > * newChild )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumChildren< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > setChild< / B > ( unsigned int i, <!1> < A HREF = "Node.html" > Node< / A > * node )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Node.html" > Node< / A > * < B > getChild< / B > ( unsigned int i )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Node.html" > Node< / A > * < B > getChild< / B > ( unsigned int i ) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > containsNode< / B > ( const <!1> < A HREF = "Node.html" > Node< / A > * node ) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getChildIndex< / B > ( const <!1> < A HREF = "Node.html" > Node< / A > * node ) 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 = "osg.html#DOC.2.117" > NodeList< / A > < B > _children< / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > computeBound< / B > () const
2004-08-06 14:53:36 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > childRemoved< / B > (unsigned int , unsigned int )
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > childInserted< / B > (unsigned int )
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Node.html" > Node< / A > :< / H3 >
< DL >
< 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 > & copyop) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual bool < B > isSameKindAs< / B > (const <!1> < A HREF = "Object.html" > Object< / A > * obj) 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 >
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Transform.html" > Transform< / A > * < B > asTransform< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual const <!1> < A HREF = "Transform.html" > Transform< / A > * < B > asTransform< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > accept< / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > ascend< / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setName< / B > ( const std::string& <!1> < A HREF = "Test.html#DOC.246.1.3" > name< / A > )
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setName< / B > ( const char* <!1> < A HREF = "Test.html#DOC.246.1.3" > name< / A > )
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const std::string& < B > getName< / B > () const
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Node.html#DOC.2.155.18" > ParentList< / A > & < B > getParents< / B > () const
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 = "Node.html#DOC.2.155.18" > ParentList< / A > < B > getParents< / B > ()
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Group.html" > Group< / A > * < B > getParent< / B > (unsigned int i)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Group.html" > Group< / A > * < B > getParent< / B > (unsigned int i) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumParents< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setUpdateCallback< / B > (<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > getUpdateCallback< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > getUpdateCallback< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumChildrenRequiringUpdateTraversal< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setCullCallback< / B > (<!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * nc)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > getCullCallback< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > getCullCallback< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setCullingActive< / B > (bool active)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > getCullingActive< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumChildrenWithCullingDisabled< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline bool < B > isCullingActive< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumChildrenWithOccluderNodes< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > bool < B > containsOccluderNodes< / B > () const
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setNodeMask< / B > (<!1> < A HREF = "Node.html#DOC.2.155.37" > NodeMask< / A > nm)
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 = "Node.html#DOC.2.155.37" > NodeMask< / A > < B > getNodeMask< / B > () const
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Node.html#DOC.2.155.40" > DescriptionList< / A > & < B > getDescriptions< / B > () const
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 = "Node.html#DOC.2.155.40" > DescriptionList< / A > & < B > getDescriptions< / B > ()
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const std::string& < B > getDescription< / B > (unsigned int i) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline std::string& < B > getDescription< / B > (unsigned int i)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline unsigned int < B > getNumDescriptions< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > addDescription< / B > (const std::string& desc)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setStateSet< / B > (<!1> < A HREF = "StateSet.html" > osg::StateSet< / A > * dstate)
< DT >
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "StateSet.html" > osg::StateSet< / A > * < B > getOrCreateStateSet< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "StateSet.html" > osg::StateSet< / A > * < B > getStateSet< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "StateSet.html" > osg::StateSet< / A > * < B > getStateSet< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > & < B > getBound< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > dirtyBound< / B > ()
< / DL > < / P >
< P > < DL >
2004-08-06 14:53:36 +08:00
< DT > < H3 > Public< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > typedef std::vector< <!1> < A HREF = "Group.html" > Group< / A > *> < B > ParentList< / B >
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > typedef unsigned int < B > NodeMask< / B >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > typedef std::vector< std::string> < B > DescriptionList< / B >
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable <!1> < A HREF = "BoundingSphere.html" > BoundingSphere< / A > < B > _bsphere< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > mutable bool < B > _bsphere_computed< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > std::string < B > _name< / B >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Node.html#DOC.2.155.18" > ParentList< / A > < B > _parents< / 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 = "NodeCallback.html" > NodeCallback< / A > > < B > _updateCallback< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > unsigned int < B > _numChildrenRequiringUpdateTraversal< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > > < B > _cullCallback< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > bool < B > _cullingActive< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > unsigned int < B > _numChildrenWithCullingDisabled< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > unsigned int < B > _numChildrenWithOccluderNodes< / B >
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Node.html#DOC.2.155.37" > NodeMask< / A > < B > _nodeMask< / B >
2003-04-18 00:22:51 +08:00
< DT >
2004-08-06 14:53:36 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Node.html#DOC.2.155.40" > DescriptionList< / A > < B > _descriptions< / 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 = "StateSet.html" > StateSet< / A > > < B > _stateset< / B >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > addParent< / B > (<!1> < A HREF = "Group.html" > osg::Group< / A > * node)
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > removeParent< / B > (<!1> < A HREF = "Group.html" > osg::Group< / A > * node)
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setNumChildrenRequiringUpdateTraversal< / B > (unsigned int num)
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setNumChildrenWithCullingDisabled< / B > (unsigned int num)
< DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setNumChildrenWithOccluderNodes< / B > (unsigned int num)
< / 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 >
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 > Sequence is a Group node which allows automatic, time based
switching between children< / BLOCKQUOTE >
< DL >
< A NAME = "Sequence" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Sequence()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "Sequence" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Sequence(const <!1> < A HREF = "Sequence.html#DOC.2.199.2" > Sequence< / A > & , const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Copy constructor using CopyOp to manage deep vs shallow copy
< DL > < DT > < DD > < / DL > < P >
< A NAME = "META_Node" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > META_Node(<!1> < A HREF = "osg.html" > osg< / A > , <!1> < A HREF = "Sequence.html" > Sequence< / A > )< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "traverse" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void traverse(<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setValue" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.5" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setValue(int value)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getValue" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int getValue() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setTime" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setTime(int frame, float <!1> < A HREF = "ImpostorSprite.html#DOC.2.124.25" > t< / A > )< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Set time in seconds for child
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getTime" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float getTime(int frame) const < / B > < / TT >
< DD > Get time for child
< DL > < DT > < DD > < / DL > < P >
< A NAME = "LoopMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.9" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum LoopMode< / B > < / TT >
< DD > Interval modes
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "LOOP" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.9.1" > < / 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 = "SWING" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.9.2" > < / 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 > < / DL >
< A NAME = "setInterval" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.10" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setInterval(<!1> < A HREF = "Sequence.html#DOC.2.199.9" > LoopMode< / A > mode, int <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.2" > begin< / A > , int <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.4" > end< / A > )< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Set sequence mode & interval.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getInterval" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.11" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getInterval(<!1> < A HREF = "Sequence.html#DOC.2.199.9" > LoopMode< / A > & mode, int& <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.2" > begin< / A > , int& <!1> < A HREF = "TriangleIndexFunctor.html#DOC.2.257.4" > end< / A > ) const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Get sequence mode & interval.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "setDuration" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.12" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setDuration(float speed, int nreps = -1)< / B > < / TT >
< DD > Set duration: speed-up & number of repeats
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getDuration" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.13" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline void getDuration(float& speed, int& nreps) const < / B > < / TT >
< DD > Get duration
< DL > < DT > < DD > < / DL > < P >
< A NAME = "SequenceMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.14" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > enum SequenceMode< / B > < / TT >
< DD > Sequence modes
< DL > < DT > < DD > < / DL > < P > < DL >
< A NAME = "START" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.14.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > START< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "STOP" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.14.2" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > STOP< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "PAUSE" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.14.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > PAUSE< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "RESUME" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.14.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > RESUME< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< A NAME = "setMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.15" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > void setMode(<!1> < A HREF = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > mode)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Set sequence mode. Start/stop & pause/resume.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.16" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > getMode() const < / B > < / TT >
2003-04-18 00:22:51 +08:00
< DD > Get sequence mode.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Sequence" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.17" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Sequence()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_value" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.18" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _value< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_last" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.19" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _last< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_frameTime" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.20" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > std::vector< float> _frameTime< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_step" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.21" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _step< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_loopMode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.22" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Sequence.html#DOC.2.199.9" > LoopMode< / A > _loopMode< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_begin" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.23" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _begin< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_end" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.24" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _end< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_speed" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.25" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > float _speed< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_nreps" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.26" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _nreps< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_nrepsremain" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.27" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > int _nrepsremain< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_mode" > < / A >
2004-08-06 14:53:36 +08:00
< A NAME = "DOC.2.199.28" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > <!1> < A HREF = "Sequence.html#DOC.2.199.14" > SequenceMode< / A > _mode< / 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 >