|
MIRA
|
Interface for robot model provider services. More...
#include <robot/IRobotModelProvider.h>

Public Member Functions | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| virtual | ~IRobotModelProvider () |
| The destructor. More... | |
| virtual RobotModelPtr | getRobotModel ()=0 |
| Return the model as RobotModel pointer. More... | |
| void | reflect (RPCServer::RPCReflector &r) |
| virtual model::RigidModelPtr | getRigidModel ()=0 |
| virtual Buffer< uint8 > | getResourceFile (const std::string &filename, bool compress) |
Interface for robot model provider services.
|
inlinevirtual |
The destructor.
|
inline |
|
pure virtual |
Return the model as RobotModel pointer.
Implemented in RobotModelProvider.
1.8.14