The implementation of the body class. More...
#include "Body.h"#include "Link.h"#include "JointPath.h"#include "Sensor.h"#include "Light.h"#include "BodyCustomizerInterface.h"#include <hrpCollision/ColdetModel.h>#include <map>#include <cstdlib>
Go to the source code of this file.
Classes | |
| class | hrp::CustomizedJointPath |
Namespaces | |
| namespace | hrp |
Typedefs | |
| typedef unsigned int | uint |
Functions | |
| static Link * | extractLink (BodyHandle bodyHandle, int linkIndex) |
| static double * | getJointTorqueForcePtr (BodyHandle bodyHandle, int linkIndex) |
| static double * | getJointValuePtr (BodyHandle bodyHandle, int linkIndex) |
| static double * | getJointVelocityPtr (BodyHandle bodyHandle, int linkIndex) |
| static int | getLinkIndexFromName (BodyHandle bodyHandle, const char *linkName) |
| static const char * | getLinkName (BodyHandle bodyHandle, int linkIndex) |
| std::ostream & | operator<< (std::ostream &out, Body &body) |
Variables | |
| static bool | pluginsInDefaultDirectoriesLoaded = false |
| static const bool | PUT_DEBUG_MESSAGE = true |
The implementation of the body class.
Definition in file Body.cpp.
| static Link* extractLink | ( | BodyHandle | bodyHandle, |
| int | linkIndex | ||
| ) | [inline, static] |
| static double* getJointTorqueForcePtr | ( | BodyHandle | bodyHandle, |
| int | linkIndex | ||
| ) | [static] |
| static double* getJointValuePtr | ( | BodyHandle | bodyHandle, |
| int | linkIndex | ||
| ) | [static] |
| static double* getJointVelocityPtr | ( | BodyHandle | bodyHandle, |
| int | linkIndex | ||
| ) | [static] |
| static int getLinkIndexFromName | ( | BodyHandle | bodyHandle, |
| const char * | linkName | ||
| ) | [static] |
| static const char* getLinkName | ( | BodyHandle | bodyHandle, |
| int | linkIndex | ||
| ) | [static] |
| std::ostream& operator<< | ( | std::ostream & | out, |
| Body & | body | ||
| ) |
bool pluginsInDefaultDirectoriesLoaded = false [static] |
const bool PUT_DEBUG_MESSAGE = true [static] |