Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions
PandaNode::DownConnection Class Reference

List of all members.

Public Member Functions

 DownConnection (PandaNode *child, int sort)
PandaNodeget_child () const
int get_sort () const
bool operator< (const DownConnection &other) const
 Provides a partial ordering on the children of a node so that they are ranked first in sort order, and then (by virtue of the ordered_vector) in the order they were added.
void set_child (PandaNode *child)
 This is only called by PandaNode::replace_child().

Detailed Description

Definition at line 426 of file pandaNode.h.


Member Function Documentation

bool PandaNode::DownConnection::operator< ( const DownConnection other) const [inline]

Provides a partial ordering on the children of a node so that they are ranked first in sort order, and then (by virtue of the ordered_vector) in the order they were added.

Definition at line 903 of file pandaNode.I.

void PandaNode::DownConnection::set_child ( PandaNode child) [inline]

This is only called by PandaNode::replace_child().

Definition at line 923 of file pandaNode.I.


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