![]() |
An open-source, flexible 3D physical simulation framework
|
#include <LoadCenter.h>
Public Attributes | |
std::string | s_Scenename |
std::map< unsigned long, unsigned long > | m_indexMap |
std::map< unsigned long, unsigned long > | m_indexMapJoints |
std::map< unsigned long, unsigned long > | m_indexMapMotors |
std::map< unsigned long, unsigned long > | m_indexMapSensors |
std::map< unsigned long, unsigned long > | m_indexMapControllers |
std::map< unsigned long, unsigned long > | m_indexMapGroupID |
Definition at line 44 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMap |
Definition at line 46 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMapControllers |
Definition at line 50 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMapGroupID |
Definition at line 51 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMapJoints |
Definition at line 47 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMapMotors |
Definition at line 48 of file LoadCenter.h.
std::map<unsigned long, unsigned long> mars::interfaces::indexMaps_t::m_indexMapSensors |
Definition at line 49 of file LoadCenter.h.
std::string mars::interfaces::indexMaps_t::s_Scenename |
Definition at line 45 of file LoadCenter.h.