Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6071 in orxonox.OLD for trunk/src/lib/coord/p_node.h


Ignore:
Timestamp:
Dec 12, 2005, 6:38:23 PM (18 years ago)
Author:
bensch
Message:

trunk: sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.h

    r6070 r6071  
    136136  void removeChild (PNode* child);
    137137  void removeNode();
    138   const std::list<PNode*>& getNodesChildren() const { return this->children; };
    139138
    140139  /** @param parent the new parent of this node */
     
    144143  inline PNode* getParent () const { return this->parent; };
    145144  /** @returns the List of Children of this PNode */
    146  // inline const tList<PNode>* getChildren() const { return this->children; };
     145  const std::list<PNode*>& getNodesChildren() const { return this->children; };
    147146
    148147  void setParentSoft(PNode* parentNode, float bias = 1.0);
Note: See TracChangeset for help on using the changeset viewer.