Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions | List of all members
PandaNode::Parents Class Reference

Public Member Functions

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

Detailed Description

Definition at line 733 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 1365 of file pandaNode.I.

Referenced by PandaNode::is_under_scene_root(), and PandaNode::replace_node().

PandaNode * PandaNode::Parents::get_parent ( int  n) const
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().


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