15 #ifndef DATAGRAPHTRAVERSER_H
16 #define DATAGRAPHTRAVERSER_H
18 #include "pandabase.h"
20 #include "dataNodeTransmit.h"
40 INLINE
Thread *get_current_thread()
const;
44 void collect_leftovers();
55 INLINE CollectedData();
65 #include "dataGraphTraverser.I"
A basic node of the scene graph or data graph.
The fundamental type of node for the data graph.
static Thread * get_current_thread()
Returns a pointer to the currently-executing Thread object.
A thread; that is, a lightweight process.
Encapsulates the data generated from (or sent into) any particular DataNode.
This object supervises the traversal of the data graph and the moving of data from one DataNode to it...