Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
PandaNodeChain Class Reference

This class maintains a linked list of PandaNodes. More...

#include "pandaNodeChain.h"

Inheritance diagram for PandaNodeChain:
LinkedListNode

Public Member Functions

 PandaNodeChain (const char *lock_name)
 

Public Attributes

LightMutex _lock
 

Friends

class PandaNode
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PandaNodeChain()

PandaNodeChain::PandaNodeChain ( const char * lock_name)
inline

Definition at line 17 of file pandaNodeChain.I.

◆ ~PandaNodeChain()

PandaNodeChain::~PandaNodeChain ( )
inline

Definition at line 27 of file pandaNodeChain.I.

Friends And Related Symbol Documentation

◆ PandaNode

friend class PandaNode
friend

Definition at line 35 of file pandaNodeChain.h.

Member Data Documentation

◆ _lock

LightMutex PandaNodeChain::_lock

Definition at line 33 of file pandaNodeChain.h.


The documentation for this class was generated from the following files: