Panda3D
|
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.
|
inline |
Definition at line 17 of file pandaNodeChain.I.
|
inline |
Definition at line 27 of file pandaNodeChain.I.
|
friend |
Definition at line 35 of file pandaNodeChain.h.
LightMutex PandaNodeChain::_lock |
Definition at line 33 of file pandaNodeChain.h.