This object supervises the traversal of the data graph and the moving of data from one DataNode to its children.
More...
Classes |
| class | CollectedData |
Public Member Functions |
|
| DataGraphTraverser (Thread *current_thread=Thread::get_current_thread()) |
| void | collect_leftovers () |
| | Pick up any nodes that didn't get completely traversed.
|
| Thread * | get_current_thread () const |
| | Returns the currently-executing thread object, as passed to the DataGraphTraverser constructor.
|
| void | traverse (PandaNode *node) |
| | Starts the traversal of the data graph at the indicated root node.
|
| void | traverse_below (PandaNode *node, const DataNodeTransmit &output) |
| | Continues the traversal to all the children of the indicated node, passing in the given data, without actually calling transmit_data() on the given node.
|
This object supervises the traversal of the data graph and the moving of data from one DataNode to its children.
The data graph is used to manage data from input devices, etc. See the overview of the data graph in dataNode.h.
Definition at line 35 of file dataGraphTraverser.h.