#include <pandaNode.h>
Public Member Functions | |
Children (const CDReader &cdata) | |
Children (const Children ©) | |
void | operator= (const Children ©) |
int | get_num_children () const |
Returns the number of children of the node. | |
PandaNode * | get_child (int n) const |
Returns the nth child of the node. | |
Private Attributes | |
CDReader | _cdata |
|
Definition at line 191 of file pandaNode.I. |
|
Definition at line 204 of file pandaNode.I. References INLINE. |
|
Returns the nth child of the node.
Definition at line 243 of file pandaNode.I. References INLINE. |
|
Returns the number of children of the node.
Definition at line 230 of file pandaNode.I. |
|
Definition at line 217 of file pandaNode.I. |
|
Definition at line 340 of file pandaNode.h. Referenced by Children(). |