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

Public Member Functions

 Children (const CData *cdata)
 
 Children (const Children &copy)
 
PandaNodeget_child (int n) const
 Returns the nth child of the node. More...
 
int get_child_sort (int n) const
 Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()). More...
 
int get_num_children () const
 Returns the number of children of the node. More...
 
void operator= (const Children &copy)
 

Detailed Description

Definition at line 691 of file pandaNode.h.

Member Function Documentation

PandaNode * PandaNode::Children::get_child ( int  n) const
inline
int PandaNode::Children::get_child_sort ( int  n) const
inline

Returns the sort index of the nth child node of this node (that is, the number that was passed to add_child()).

See get_num_children().

Definition at line 1188 of file pandaNode.I.

Referenced by PandaNode::copy_children().

int PandaNode::Children::get_num_children ( ) const
inline

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