|
|
Include dependency graph for json_conversions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::objects |
| namespace | armarx::objpose |
Functions | |
| void | from_json (const simox::json::json &j, ObjectID &value) |
| void | from_json (const simox::json::json &j, Scene &rhs) |
| void | from_json (const simox::json::json &j, SceneObject &rhs) |
| void | from_json (const simox::json::json &j, ObjectPose &op) |
| void | to_json (simox::json::json &j, const Scene &rhs) |
| void | to_json (simox::json::json &j, const SceneObject &rhs) |
| void | to_json (simox::json::json &j, const ObjectPose &op) |
| void | to_json (simox::json::json &j, const ObjectID &value) |