Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions
PandaNode::Parents Class Reference

List of all members.

Public Member Functions

 Parents (const CData *cdata)
 Parents (const Parents &copy)
int get_num_parents () const
 Returns the number of parents of the node.
PandaNodeget_parent (int n) const
 Returns the nth parent of the node.
void operator= (const Parents &copy)

Detailed Description

Definition at line 714 of file pandaNode.h.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations