Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <GroupNode.h>
Inheritance diagram for GroupNode:
When a transition occurs into the group node, it will activate all of its subnodes.
Note that this doesn't occur if there's a transition to one of the sub nodes... only when the main group node itself transitions.
The group node doesn't deactivate its subnodes together however. In essence, this is a fork - one transition can activate several states, which are then separate branches of execution. (Although only one is actually being executed at a time)
Definition at line 20 of file GroupNode.h.
Public Member Functions | |
GroupNode () | |
constructor | |
GroupNode (const std::string &nm, StateNode *p=NULL) | |
constructor | |
virtual void | DoStart () |
activates all of the sub nodes | |
Private Member Functions | |
GroupNode (const GroupNode &node) | |
don't call this | |
GroupNode | operator= (const GroupNode &node) |
don't call this |
|
constructor
Definition at line 23 of file GroupNode.h. |
|
constructor
Definition at line 25 of file GroupNode.h. |
|
don't call this
|
|
activates all of the sub nodes
Reimplemented from StateNode. Definition at line 28 of file GroupNode.h. |
|
don't call this
|
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:13 2004 by Doxygen 1.3.4 |