Public Member Functions | |
Parents (const CData *cdata) | |
Parents (const Parents ©) | |
int | get_num_parents () const |
Returns the number of parents of the node. More... | |
PandaNode * | get_parent (int n) const |
Returns the nth parent of the node. More... | |
void | operator= (const Parents ©) |
Definition at line 733 of file pandaNode.h.
|
inline |
Returns the number of parents of the node.
Definition at line 1365 of file pandaNode.I.
Referenced by PandaNode::is_under_scene_root(), and PandaNode::replace_node().
|
inline |
Returns the nth parent of the node.
Definition at line 1376 of file pandaNode.I.
Referenced by PandaNode::is_under_scene_root(), and PandaNode::replace_node().