#include <m7tool.h>

Public Member Functions | |
| virtual void | cloneFrom (Hand *original) |
| virtual int | loadFromXml (const TiXmlElement *root, QString rootPath) |
| M7Tool (World *w, const char *name) | |
A special class who loads normally but turns off collisions between all the links in it
Definition at line 37 of file m7tool.h.
| M7Tool::M7Tool | ( | World * | w, | |
| const char * | name | |||
| ) | [inline] |
| void M7Tool::cloneFrom | ( | Hand * | original | ) | [virtual] |
Performs the normal robot clone routine then turns off collisions between all the links in the robot
Reimplemented from Hand.
Definition at line 43 of file m7tool.cpp.
| int M7Tool::loadFromXml | ( | const TiXmlElement * | root, | |
| QString | rootPath | |||
| ) | [virtual] |
Performs the normal robot load routine then turns off collisions between all the links in the robot
Reimplemented from Robot.
Definition at line 34 of file m7tool.cpp.