Panda3D
Public Member Functions

PandaNode::Children Class Reference

List of all members.

Public Member Functions

 Children (const CData *cdata)
 Children (const Children &copy)
PandaNodeget_child (int n) const
 Returns the nth child of the node.
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()).
int get_num_children () const
 Returns the number of children of the node.
void operator= (const Children &copy)

Detailed Description

Definition at line 682 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 1164 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:
 All Classes Functions Variables Enumerations