Public Member Functions | |
Parents (const CData *cdata) | |
Parents (const Parents ©) | |
int | get_num_parents () const |
Returns the number of parents of the node. | |
PandaNode * | get_parent (int n) const |
Returns the nth parent of the node. | |
void | operator= (const Parents ©) |
Definition at line 714 of file pandaNode.h.
int PandaNode::Parents::get_num_parents | ( | ) | const [inline] |
Returns the number of parents of the node.
Definition at line 1295 of file pandaNode.I.
Referenced by PandaNode::force_bounds_stale(), PandaNode::is_under_scene_root(), BulletGhostNode::parents_changed(), and PandaNode::replace_node().
PandaNode * PandaNode::Parents::get_parent | ( | int | n | ) | const [inline] |
Returns the nth parent of the node.
Definition at line 1306 of file pandaNode.I.
Referenced by PandaNode::force_bounds_stale(), PandaNode::is_under_scene_root(), BulletGhostNode::parents_changed(), and PandaNode::replace_node().