|
Robotics Library
0.7.0
|
#include <Model.h>

Public Member Functions | |
| Model (Scene *scene) | |
| virtual | ~Model () |
| ::rl::sg::Body * | create () |
| void | setMargin (const ::rl::math::Real &margin) |
Public Member Functions inherited from rl::sg::Model | |
| Model (Scene *scene) | |
| virtual void | add (Body *body) |
| Iterator | begin () |
| Iterator | end () |
| Body * | getBody (const ::std::size_t &i) const |
| virtual ::std::string | getName () const |
| ::std::size_t | getNumBodies () const |
| Scene * | getScene () const |
| virtual void | remove (Body *body) |
| virtual void | setName (const ::std::string &name) |
Additional Inherited Members | |
Public Types inherited from rl::sg::Model | |
| typedef ::std::vector< Body * >::iterator | Iterator |
Protected Attributes inherited from rl::sg::Model | |
| ::std::vector< Body * > | bodies |
| Scene * | scene |
| rl::sg::solid::Model::Model | ( | Scene * | scene | ) |
|
virtual |
Reimplemented from rl::sg::Model.
|
virtual |
Implements rl::sg::Model.
| void rl::sg::solid::Model::setMargin | ( | const ::rl::math::Real & | margin | ) |