AbstractRobot(const std::string &name="abstractRobot", const std::string &revision="$ID$") | AbstractRobot | [inline] |
addParameter(const paramkey &key, paramval *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, parambool *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, paramint *val) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramval *val, paramval def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, parambool *val, parambool def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramint *val, paramint def) | Configurable | [inline, virtual] |
addSubcomponent(Component *newsubcomponent, Joint *newconnectingjoint, bool softlink) | Component | [virtual] |
backwardreference | Component | |
collisionCallback(void *data, dGeomID o1, dGeomID o2) | Component | [virtual] |
Component(const OdeHandle &odeHandle, const OsgHandle &osgHandle, const ComponentConf &conf) | Component | |
conf | Component | |
Configurable() | Configurable | [inline] |
Configurable(const std::string &name, const std::string &revision) | Configurable | [inline] |
connection | Component | |
directOriginComponent | Component | |
doInternalStuff(const GlobalData &globalData) | Component | [virtual] |
lpzrobots::OdeRobot::doInternalStuff(GlobalData &globalData)=0 | OdeRobot | [pure virtual] |
getAllParamNames() | Configurable | [virtual] |
getAngularSpeed() const | OdeRobot | [virtual] |
getBestDivideComponent(double targetrelation, int maxsize, Component *currentBestDivideComponent) | Component | [virtual] |
getConnection(unsigned int connectionnumber) | Component | [virtual] |
getConnection(Component *targetcomponent) | Component | [virtual] |
getDefaultConf() | Component | [inline, static] |
getDistanceToComponent(Component *comp) | Component | [virtual] |
getId() const | Configurable | [inline] |
getMainPrimitive() const | PrimitiveComponent | [virtual] |
getMotorNumber() | Component | [virtual] |
getName() const | Configurable | [inline, virtual] |
getNumberSubcomponents() | Component | [virtual] |
getNumberSubcomponentsAll() | Component | [virtual] |
getOrientation() const | OdeRobot | [virtual] |
getParam(const paramkey &key) const | Configurable | [virtual] |
getParamList() const | Configurable | [inline, virtual] |
getPosition() const | PrimitiveComponent | [virtual] |
getPositionbetweenComponents(Component *component) | Component | [virtual] |
getRevision() const | Configurable | [inline, virtual] |
getSensorNumber() | Component | [virtual] |
getSensors(sensor *sensors, int sensornumber) | Component | [virtual] |
getSpeed() const | OdeRobot | [virtual] |
hasSubcomponent(Component *subcomp) | Component | [virtual] |
insertCVSInfo(paramkey &str, const char *file, const char *revision) | Configurable | [static] |
isComponentConnected(Component *connectedComp) | Component | [virtual] |
isGeomInPrimitiveList(Primitive **ps, int len, dGeomID geom) | OdeRobot | [protected, static] |
isGeomInPrimitiveList(std::list< Primitive * > ps, dGeomID geom) | OdeRobot | [protected, static] |
motor typedef | AbstractRobot | |
OdeAgent class | OdeRobot | [friend] |
odeHandle | OdeRobot | [protected] |
OdeRobot(const OdeHandle &odeHandle, const OsgHandle &osgHandle, const std::string &name, const std::string &revision) | OdeRobot | |
originComponent | Component | |
osgHandle | OdeRobot | [protected] |
parambool typedef | Configurable | |
paramboollist typedef | Configurable | |
paramboolmap typedef | Configurable | |
paramint typedef | Configurable | |
paramintlist typedef | Configurable | |
paramintmap typedef | Configurable | |
paramkey typedef | Configurable | |
paramlist typedef | Configurable | |
parammap typedef | Configurable | |
paramval typedef | Configurable | |
parentspace | OdeRobot | [protected] |
parse(FILE *f) | Configurable | |
place(const Pos &pos) | PrimitiveComponent | [virtual] |
place(const osg:Matrix &) | PrimitiveComponent | [virtual] |
lpzrobots::OdeRobot::place(const osg::Matrix &pose)=0 | OdeRobot | [pure virtual] |
primitive | PrimitiveComponent | [protected] |
PrimitiveComponent(Primitive *p, const OdeHandle &odeHandle, const OsgHandle &osgHandle, const ComponentConf &conf) | PrimitiveComponent | |
print(FILE *f, const char *prefix) const | Configurable | |
removeAllSubcomponentsRecursive() | Component | [virtual] |
removeSoftlinksRecursive() | Component | [virtual] |
removeSubcomponent(int removedsubcomponentnumber) | Component | [virtual] |
removeSubcomponent(Component *removedsubcomponent) | Component | [virtual] |
resetMotorsRecursive() | Component | [virtual] |
restoreCfg(const char *filenamestem) | Configurable | [virtual] |
sensor typedef | AbstractRobot | |
setColor(const Color &col) | OdeRobot | [virtual] |
setMotors(const motor *motors, int motornumber) | Component | [virtual] |
setName(const paramkey &name) | Configurable | [inline, virtual] |
setParam(const paramkey &key, paramval val) | Configurable | [virtual] |
setRevision(const paramkey &revision) | Configurable | [inline, virtual] |
setSoftlink(unsigned int position, bool state) | Component | [virtual] |
storeCfg(const char *filenamestem, const std::list< std::string > &comments=std::list< std::string >()) | Configurable | [virtual] |
Trackable() | Trackable | [inline] |
update() | PrimitiveComponent | [virtual] |
updateOriginsRecursive(Component *parent) | Component | [virtual] |
~AbstractRobot() | AbstractRobot | [inline, virtual] |
~Component() | Component | |
~Configurable() | Configurable | [inline, virtual] |
~OdeRobot() | OdeRobot | [virtual] |
~PrimitiveComponent() | PrimitiveComponent | |
~Trackable() | Trackable | [inline, virtual] |