Changeset 6071 in orxonox.OLD for trunk/src/lib/coord/p_node.h
- Timestamp:
 - Dec 12, 2005, 6:38:23 PM (20 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/src/lib/coord/p_node.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/lib/coord/p_node.h
r6070 r6071 136 136 void removeChild (PNode* child); 137 137 void removeNode(); 138 const std::list<PNode*>& getNodesChildren() const { return this->children; };139 138 140 139 /** @param parent the new parent of this node */ … … 144 143 inline PNode* getParent () const { return this->parent; }; 145 144 /** @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; }; 147 146 148 147 void setParentSoft(PNode* parentNode, float bias = 1.0);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






