2001-09-20 05:19:47 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::Group< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::Group< / A > < / H2 > < / H2 > < BLOCKQUOTE > General group node which maintains a list of children.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 215 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CNode,MNode.html,CGroup,MGroup.html,CTransform,MTransform.html,CSwitch,MSwitch.html,CLOD,MLOD.html" >
< param name = before value = "M,M,M,M,M|_,MR_,Mr_" >
< param name = after value = "Md_SPSP,Md_SP,Md_,M,M,M,M" >
< param name = indent value = "0,1,2,3,3,3,3" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > typedef std::vector< <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Node.html" > Node< / A > > > ChildList < B > < A HREF = "#DOC.2.35.1" > Group< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.35.2" > META_Node< / A > < / B > (<!1> < A HREF = "Group.html" > Group< / A > )
2001-09-20 05:19:47 +08:00
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.35.3" > traverse< / A > < / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
2001-09-20 05:19:47 +08:00
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.35.4" > addChild< / A > < / B > ( <!1> < A HREF = "Node.html" > Node< / A > * child )
2001-09-20 05:19:47 +08:00
< DD > < I > Add Node to Group.< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.35.5" > removeChild< / A > < / B > ( <!1> < A HREF = "Node.html" > Node< / A > * child )
2001-09-20 05:19:47 +08:00
< DD > < I > Remove Node from Group.< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.35.6" > replaceChild< / A > < / B > ( <!1> < A HREF = "Node.html" > Node< / A > * origChild, <!1> < A HREF = "Node.html" > Node< / A > * newChild )
2001-09-20 05:19:47 +08:00
< DD > < I > Replace specified Node with another Node.< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const int < B > < A HREF = "#DOC.2.35.7" > getNumChildren< / A > < / B > () const
2001-09-20 05:19:47 +08:00
< DD > < I > return the number of chilren nodes< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline <!1> < A HREF = "Node.html" > Node< / A > * < B > < A HREF = "#DOC.2.35.8" > getChild< / A > < / B > ( const int i )
2001-09-20 05:19:47 +08:00
< DD > < I > return child node at position i< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline const <!1> < A HREF = "Node.html" > Node< / A > * < B > < A HREF = "#DOC.2.35.9" > getChild< / A > < / B > ( const int i ) const
2001-09-20 05:19:47 +08:00
< DD > < I > return child node at position i< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline bool < B > < A HREF = "#DOC.2.35.10" > containsNode< / A > < / B > ( const <!1> < A HREF = "Node.html" > Node< / A > * node ) const
2001-09-20 05:19:47 +08:00
< DD > < I > return true if node is contained within Group< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline ChildList::iterator < B > < A HREF = "#DOC.2.35.11" > findNode< / A > < / B > ( const <!1> < A HREF = "Node.html" > Node< / A > * node )
2001-09-20 05:19:47 +08:00
< DD > < I > return the iterator postion for specified Node.< / I >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > inline ChildList::const_iterator < B > < A HREF = "#DOC.2.35.12" > findNode< / A > < / B > ( const <!1> < A HREF = "Node.html" > Node< / A > * node ) const
2001-09-20 05:19:47 +08:00
< DD > < I > return the const_iterator postion for specified Node.< / I >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > ChildList < B > < A HREF = "#DOC.2.35.15" > _children< / A > < / B >
2001-09-20 05:19:47 +08:00
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.35.13" > ~Group< / A > < / B > ()
2001-09-20 05:19:47 +08:00
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const bool < B > < A HREF = "#DOC.2.35.14" > computeBound< / A > < / B > () const
2001-09-20 05:19:47 +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 >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > clone< / B > () 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 > className< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > accept< / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
< DT >
2001-09-20 05:19:47 +08:00
< IMG ALT = "o" SRC = icon2.gif > virtual void < B > ascend< / B > (<!1> < A HREF = "NodeVisitor.html" > NodeVisitor< / A > & nv)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setName< / B > ( const std::string& name )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setName< / B > ( const char* name )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const std::string& < B > getName< / B > () const
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Node.html#DOC.2.54.11" > ParentList< / A > & < B > getParents< / B > () const
2001-09-20 05:19:47 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Group.html" > Group< / A > * < B > getParent< / B > (const int i)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Group.html" > Group< / A > * < B > getParent< / B > (const int i) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > getNumParents< / B > () const
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > void < B > setAppCallback< / 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 > getAppCallback< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "NodeCallback.html" > NodeCallback< / A > * < B > getAppCallback< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > getNumChildrenRequiringAppTraversal< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setUserData< / B > (void* <!1> < A HREF = "Image.html#DOC.2.36.15" > data< / A > , <!1> < A HREF = "MemoryAdapter.html" > MemoryAdapter< / A > * ma=0L)
2001-09-20 05:19:47 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void* < B > getUserData< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const void* < B > getUserData< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "MemoryAdapter.html" > MemoryAdapter< / A > * < B > getMemoryAdapter< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "MemoryAdapter.html" > MemoryAdapter< / A > * < B > getMemoryAdapter< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setNodeMask< / B > (const NodeMask nm)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const NodeMask < B > getNodeMask< / B > () const
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Node.html#DOC.2.54.27" > DescriptionList< / A > & < B > getDescriptions< / B > () const
2001-09-20 05:19:47 +08:00
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Node.html#DOC.2.54.27" > DescriptionList< / A > & < B > getDescriptions< / B > ()
2001-09-20 05:19:47 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const std::string& < B > getDescription< / B > (const int i) const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline std::string& < B > getDescription< / B > (const int i)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const 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 > 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 >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > typedef std::vector< <!1> < A HREF = "Group.html" > Group< / A > *> < B > ParentList< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > typedef std::vector< std::string> < B > DescriptionList< / B >
< / 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 >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Node.html#DOC.2.54.11" > ParentList< / A > < B > _parents< / 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 > _appCallback< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > int < B > _numChildrenRequiringAppTraversal< / B >
2001-09-20 05:19:47 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > void* < B > _userData< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "MemoryAdapter.html" > MemoryAdapter< / A > > < B > _memoryAdapter< / B >
< DT >
< IMG ALT = "o" SRC = icon2.gif > NodeMask < B > _nodeMask< / B >
< DT >
2001-09-22 10:42:08 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Node.html#DOC.2.54.27" > DescriptionList< / A > < B > _descriptions< / B >
2001-09-20 05:19:47 +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 > _dstate< / B >
< / DL > < / P >
2001-09-22 10:42:08 +08:00
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > void < B > setNumChildrenRequiringAppTraversal< / B > (const int num)
< / DL > < / P >
2001-09-20 05:19:47 +08:00
< / DL >
< HR > < H3 > Inherited from < A HREF = "Object.html" > Object< / A > :< / H3 >
< DL >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > & < B > operator = < / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > & )
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const int < B > referenceCount< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > General group node which maintains a list of children.
Children are reference counted. This allows children to be shared
with memory management handled automatically via osg::Referenced.< / BLOCKQUOTE >
< DL >
< A NAME = "Group" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.1" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > typedef std::vector< <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Node.html" > Node< / A > > > ChildList Group()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
2001-09-22 10:42:08 +08:00
< A NAME = "META_Node" > < / A >
< A NAME = "DOC.2.35.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > META_Node(<!1> < A HREF = "Group.html" > Group< / A > )< / B > < / TT >
2001-09-20 05:19:47 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "traverse" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.3" > < / A >
2001-09-20 05:19:47 +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 = "addChild" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.4" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool addChild( <!1> < A HREF = "Node.html" > Node< / A > * child )< / B > < / TT >
< DD > Add Node to Group.
If node is not NULL and is not contained in Group then increment its
reference count, add it to the child list and dirty the bounding
sphere to force it to recompute on next getBound() and return true for success.
Otherwise return false. Scene nodes can't be added as child nodes.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "removeChild" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.5" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool removeChild( <!1> < A HREF = "Node.html" > Node< / A > * child )< / B > < / TT >
< DD > Remove Node from Group.
If Node is contained in Group then remove it from the child
list, decrement its reference count, and dirty the
bounding sphere to force it to recompute on next getBound() and
return true for success. If Node is not found then return false
and do not change the reference count of the Node.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "replaceChild" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.6" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool replaceChild( <!1> < A HREF = "Node.html" > Node< / A > * origChild, <!1> < A HREF = "Node.html" > Node< / A > * newChild )< / B > < / TT >
< DD > Replace specified Node with another Node.
Decrement the reference count origNode and increments the
reference count of newNode, and dirty the bounding sphere
to force it to recompute on next getBound() and returns true.
If origNode is not found then return false and do not
add newNode. If newNode is NULL then return false and do
not remove origNode. Also returns false if newChild is a Scene node.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getNumChildren" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.7" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const int getNumChildren() const < / B > < / TT >
< DD > return the number of chilren nodes
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getChild" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.8" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline <!1> < A HREF = "Node.html" > Node< / A > * getChild( const int i )< / B > < / TT >
< DD > return child node at position i
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getChild" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.9" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline const <!1> < A HREF = "Node.html" > Node< / A > * getChild( const int i ) const < / B > < / TT >
< DD > return child node at position i
< DL > < DT > < DD > < / DL > < P >
< A NAME = "containsNode" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.10" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline bool containsNode( const <!1> < A HREF = "Node.html" > Node< / A > * node ) const < / B > < / TT >
< DD > return true if node is contained within Group
< DL > < DT > < DD > < / DL > < P >
< A NAME = "findNode" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.11" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline ChildList::iterator findNode( const <!1> < A HREF = "Node.html" > Node< / A > * node )< / B > < / TT >
< DD > return the iterator postion for specified Node.
return _chilren.end() if node is not contained in Group.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "findNode" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.12" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > inline ChildList::const_iterator findNode( const <!1> < A HREF = "Node.html" > Node< / A > * node ) const < / B > < / TT >
< DD > return the const_iterator postion for specified Node.
return _chilren.end() if node is not contained in Group.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Group" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.13" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Group()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "computeBound" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.14" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const bool computeBound() const < / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "_children" > < / A >
2001-09-22 10:42:08 +08:00
< A NAME = "DOC.2.35.15" > < / A >
2001-09-20 05:19:47 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > ChildList _children< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "Transform.html" > Transform< / A > < BR >
< A HREF = "Switch.html" > Switch< / A > < BR >
< A HREF = "LOD.html" > LOD< / A > < BR >
< / 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 >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >