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 | |
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.
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
std::ostream& operator<< | ( | std::ostream & | out, |
Body & | body | ||
) |