Public Member Functions | |
Children (const CData *cdata) | |
Children (const Children ©) | |
PandaNode * | get_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 ©) |
Definition at line 691 of file pandaNode.h.
|
inline |
Returns the nth child of the node.
Definition at line 1174 of file pandaNode.I.
Referenced by RigidBodyCombiner::collect(), FindApproxLevelEntry::consider_node(), PandaNode::copy_children(), PandaNode::count_num_descendants(), AnimBundleNode::find_anim_bundle(), SceneGraphReducer::flatten(), NodePath::get_children(), PandaNode::r_prepare_scene(), MultitexReducer::scan(), DataGraphTraverser::traverse_below(), and CullTraverser::traverse_below().
|
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().
|
inline |
Returns the number of children of the node.
Definition at line 1163 of file pandaNode.I.
Referenced by RigidBodyCombiner::collect(), FindApproxLevelEntry::consider_node(), PandaNode::copy_children(), PandaNode::count_num_descendants(), AnimBundleNode::find_anim_bundle(), SceneGraphReducer::flatten(), NodePath::get_children(), PandaNode::r_prepare_scene(), MultitexReducer::scan(), DataGraphTraverser::traverse_below(), and CullTraverser::traverse_below().