Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: suppression file and minor fixes

File:
1 edited

Legend:

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

    r6054 r6070  
    7171//! Patent Node is a Engine to calculate the position of an Object in respect to the position of its parent.
    7272class PNode : virtual public BaseObject {
    73 
    7473 public:
    7574  PNode ();
     
    137136  void removeChild (PNode* child);
    138137  void removeNode();
     138  const std::list<PNode*>& getNodesChildren() const { return this->children; };
    139139
    140140  /** @param parent the new parent of this node */
Note: See TracChangeset for help on using the changeset viewer.