Changeset 6299 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Dec 26, 2005, 4:41:09 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r6253 r6299 34 34 * @brief standard constructor 35 35 * @param parent the Parent of this Node. __NULL__ if __No Parent__ requested, PNode::getNullParent(), if connected to NullParent directly (default) 36 * @param nodeFlags all flags to set. THIS_WILL_OVERWRITE Default_Values. look at creation of NullParent for more Info.36 * @param nodeFlags all flags to set. THIS_WILL_OVERWRITE Default_Values. 37 37 */ 38 38 PNode::PNode (PNode* parent, long nodeFlags) … … 502 502 /** 503 503 * !! PRIVATE FUNCTION 504 * @brief reparents a node (happens on Parents Node delete or remove ifFlags are set.)504 * @brief reparents a node (happens on Parents Node delete or remove and Flags are set.) 505 505 */ 506 506 void PNode::reparent() … … 514 514 } 515 515 516 /** 517 * ereases child from the nodes children 518 * @param chuld the child to remove 519 */ 516 520 void PNode::eraseChild(PNode* child) 517 521 {
Note: See TracChangeset
for help on using the changeset viewer.