Panda3D
Public Member Functions

PandaNode::Stashed Class Reference

List of all members.

Public Member Functions

 Stashed (const CData *cdata)
 Stashed (const Stashed &copy)
int get_num_stashed () const
 Returns the number of stashed children of the node.
PandaNodeget_stashed (int n) const
 Returns the nth stashed child of the node.
int get_stashed_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()).
void operator= (const Stashed &copy)

Detailed Description

Definition at line 698 of file pandaNode.h.


Member Function Documentation

int PandaNode::Stashed::get_num_stashed ( ) const [inline]

Returns the number of stashed children of the node.

Definition at line 1217 of file pandaNode.I.

Referenced by PandaNode::copy_children(), PandaNode::r_mark_geom_bounds_stale(), SceneGraphReducer::r_premunge(), and PandaNode::r_prepare_scene().

PandaNode * PandaNode::Stashed::get_stashed ( int  n) const [inline]

Returns the nth stashed child of the node.

Definition at line 1228 of file pandaNode.I.

Referenced by PandaNode::copy_children(), PandaNode::r_mark_geom_bounds_stale(), SceneGraphReducer::r_premunge(), and PandaNode::r_prepare_scene().

int PandaNode::Stashed::get_stashed_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_stashed().

Definition at line 1242 of file pandaNode.I.

Referenced by PandaNode::copy_children().


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