15 #ifndef PANDANODECHAIN_H
16 #define PANDANODECHAIN_H
18 #include "pandabase.h"
19 #include "linkedListNode.h"
20 #include "lightMutex.h"
34 INLINE ~PandaNodeChain();
41 #include "pandaNodeChain.I"
A basic node of the scene graph or data graph.
This just stores the pointers to implement a doubly-linked list of some kind of object.
This is a standard, non-reentrant mutex, similar to the Mutex class.
This class maintains a linked list of PandaNodes.