Changeset 10001 for code/branches/modularships/src/orxonox/collisionshapes
- Timestamp:
- Mar 13, 2014, 3:52:23 PM (11 years ago)
- Location:
- code/branches/modularships/src/orxonox/collisionshapes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/modularships/src/orxonox/collisionshapes/CollisionShape.h
r9997 r10001 170 170 void notifyDetached(); // Notifies the CollisionShape of being detached from a CompoundCollisionShape. 171 171 172 inline unsigned int get parentID()172 inline unsigned int getParentID() 173 173 { return this->parentID_; } 174 175 inline CompoundCollisionShape* getParent() 176 { return this->parent_; } 174 177 175 178 protected: -
code/branches/modularships/src/orxonox/collisionshapes/CompoundCollisionShape.h
r9997 r10001 73 73 int getNumChildShapes(); 74 74 75 inline std::map<CollisionShape*, btCollisionShape*> getShapesMap() 76 { 77 return attachedShapes_; 78 } 79 75 80 private: 76 81 void updatePublicShape();
Note: See TracChangeset
for help on using the changeset viewer.