31 #ifndef _PHYSICSPARAMETERMANAGER_H_ 32 #define _PHYSICSPARAMETERMANAGER_H_ 36 #include "../util/nocopy.h" 38 #include <PhysicsBase.h> 64 const std::string& physicsConfigFile);
void getValues(PropertySink *outValues) const
PhysicsBase * createSimulator(PropertySource *values)
#define RCSPYSIM_NOCOPY_NOMOVE(cls)
void addParam(const char *bodyName, PhysicsParameterDescriptor *desc)
BodyParamInfo * getBodyInfo(const char *bodyName)
std::string physicsEngineName
std::list< BodyParamInfo > bodyInfos
virtual ~PhysicsParameterManager()
PhysicsConfig * physicsConfig
PhysicsParameterManager(RcsGraph *graph, const std::string &physicsEngineName, const std::string &physicsConfigFile)
std::vector< PhysicsParameterDescriptor * > paramDescs