#include <SimoxUtility/json.h>
#include <RobotAPI/interface/ArViz/Elements.h>
Go to the source code of this file.
|
void | from_json (const nlohmann::json &j, data::Color &color) |
|
void | from_json (const nlohmann::json &j, data::GlobalPose &value) |
|
void | from_json (const nlohmann::json &j, Vector2f &value) |
|
void | from_json (const nlohmann::json &j, Vector3f &value) |
|
void | from_json_base (const nlohmann::json &j, data::Element &value) |
|
void | to_json (nlohmann::json &j, const data::Color &color) |
|
void | to_json (nlohmann::json &j, const data::GlobalPose &value) |
|
void | to_json (nlohmann::json &j, const Vector2f &value) |
|
void | to_json (nlohmann::json &j, const Vector3f &value) |
|
void | to_json_base (nlohmann::json &j, const data::Element &element) |
|