This class maintains a linked list of PandaNodes. More...
#include "pandaNodeChain.h"
Public Member Functions | |
PandaNodeChain (const char *lock_name) | |
Public Attributes | |
LightMutex | _lock |
Friends | |
class | PandaNode |
This class maintains a linked list of PandaNodes.
It's used to maintain a list of PandaNodes whose _prev_transform is different from their _transform (in pipeline stage 0).
Definition at line 28 of file pandaNodeChain.h.