|
|
Namespaces | |
| namespace | ElementFlags |
| namespace | ModelDrawStyle |
Functions | |
| void | from_json (const nlohmann::json &j, ColoredPoint &coloredPoint) |
| 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, Element &element) |
| void | from_json (const nlohmann::json &j, ElementArrow &line) |
| void | from_json (const nlohmann::json &j, ElementArrowCircle &arrowCircle) |
| void | from_json (const nlohmann::json &j, ElementBox &box) |
| void | from_json (const nlohmann::json &j, ElementCylinder &cylinder) |
| void | from_json (const nlohmann::json &j, ElementCylindroid &cylindroid) |
| void | from_json (const nlohmann::json &j, ElementEllipsoid &sphere) |
| void | from_json (const nlohmann::json &j, ElementGrid &grid) |
| void | from_json (const nlohmann::json &j, ElementLine &line) |
| void | from_json (const nlohmann::json &j, ElementMesh &mesh) |
| void | from_json (const nlohmann::json &j, ElementObject &object) |
| void | from_json (const nlohmann::json &j, ElementPath &path) |
| void | from_json (const nlohmann::json &j, ElementPointCloud &pointCloud) |
| void | from_json (const nlohmann::json &j, ElementPolygon &polygon) |
| void | from_json (const nlohmann::json &j, ElementPose &pose) |
| void | from_json (const nlohmann::json &j, ElementPtr &elementPtr) |
| void | from_json (const nlohmann::json &j, ElementRobot &robot) |
| void | from_json (const nlohmann::json &j, ElementSphere &sphere) |
| void | from_json (const nlohmann::json &j, ElementText &text) |
| void | from_json (const nlohmann::json &j, LayerUpdate &update) |
| void | from_json (const nlohmann::json &j, LayerUpdates &update) |
| void | from_json (nlohmann::json const &j, Recording &recording) |
| void | from_json (nlohmann::json const &j, RecordingBatchHeader &batch) |
| std::ostream & | operator<< (std::ostream &os, const viz::data::Color &c) |
| bool | operator== (const simox::color::Color &lhs, const armarx::viz::data::Color &rhs) |
| bool | operator== (const viz::data::Color &lhs, const simox::color::Color &rhs) |
| void | to_json (nlohmann::json &j, const ColoredPoint &coloredPoint) |
| 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 Element &element) |
| void | to_json (nlohmann::json &j, const Element *elementPtr) |
| void | to_json (nlohmann::json &j, const ElementArrow &line) |
| void | to_json (nlohmann::json &j, const ElementArrowCircle &arrowCircle) |
| void | to_json (nlohmann::json &j, const ElementBox &box) |
| void | to_json (nlohmann::json &j, const ElementCylinder &cylinder) |
| void | to_json (nlohmann::json &j, const ElementCylindroid &cylindroid) |
| void | to_json (nlohmann::json &j, const ElementEllipsoid &sphere) |
| void | to_json (nlohmann::json &j, const ElementGrid &grid) |
| void | to_json (nlohmann::json &j, const ElementLine &line) |
| void | to_json (nlohmann::json &j, const ElementMesh &mesh) |
| void | to_json (nlohmann::json &j, const ElementObject &object) |
| void | to_json (nlohmann::json &j, const ElementPath &path) |
| void | to_json (nlohmann::json &j, const ElementPointCloud &pointCloud) |
| void | to_json (nlohmann::json &j, const ElementPolygon &polygon) |
| void | to_json (nlohmann::json &j, const ElementPose &pose) |
| void | to_json (nlohmann::json &j, const ElementPtr &elementPtr) |
| void | to_json (nlohmann::json &j, const ElementRobot &robot) |
| void | to_json (nlohmann::json &j, const ElementSphere &sphere) |
| void | to_json (nlohmann::json &j, const ElementText &text) |
| void | to_json (nlohmann::json &j, const LayerUpdate &update) |
| void | to_json (nlohmann::json &j, const LayerUpdates &update) |
| void | to_json (nlohmann::json &j, Recording const &recording) |
| void | to_json (nlohmann::json &j, RecordingBatchHeader const &batch) |
| void from_json | ( | const nlohmann::json & | j, |
| ColoredPoint & | coloredPoint ) |
Definition at line 38 of file json_elements.cpp.
| void from_json | ( | const nlohmann::json & | j, |
| data::Color & | color ) |
Definition at line 77 of file json_base.cpp.
| void from_json | ( | const nlohmann::json & | j, |
| data::GlobalPose & | value ) |
Definition at line 54 of file json_base.cpp.
| void from_json | ( | const nlohmann::json & | j, |
| Element & | element ) |
ElementSerializers::from_json() Definition at line 39 of file ElementJsonSerializers.cpp.
Here is the call graph for this function:| void from_json | ( | const nlohmann::json & | j, |
| ElementArrow & | line ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementArrowCircle & | arrowCircle ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementBox & | box ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementCylinder & | cylinder ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementCylindroid & | cylindroid ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementEllipsoid & | sphere ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementGrid & | grid ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementLine & | line ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementMesh & | mesh ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementObject & | object ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementPath & | path ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementPointCloud & | pointCloud ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementPolygon & | polygon ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementPose & | pose ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementPtr & | elementPtr ) |
ElementSerializers::from_json() Definition at line 51 of file ElementJsonSerializers.cpp.
Here is the call graph for this function:| void from_json | ( | const nlohmann::json & | j, |
| ElementRobot & | robot ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementSphere & | sphere ) |
| void from_json | ( | const nlohmann::json & | j, |
| ElementText & | text ) |
| void from_json | ( | const nlohmann::json & | j, |
| LayerUpdate & | update ) |
Definition at line 19 of file json_layer.cpp.
| void from_json | ( | const nlohmann::json & | j, |
| LayerUpdates & | update ) |
Definition at line 35 of file json_layer.cpp.
| void from_json | ( | nlohmann::json const & | j, |
| Recording & | recording ) |
Definition at line 457 of file ArVizStorage.cpp.
| void from_json | ( | nlohmann::json const & | j, |
| RecordingBatchHeader & | batch ) |
Definition at line 436 of file ArVizStorage.cpp.
|
inline |
|
inline |
|
inline |
| void to_json | ( | nlohmann::json & | j, |
| const ColoredPoint & | coloredPoint ) |
Definition at line 28 of file json_elements.cpp.
| void to_json | ( | nlohmann::json & | j, |
| const data::Color & | color ) |
Definition at line 68 of file json_base.cpp.
| void to_json | ( | nlohmann::json & | j, |
| const data::GlobalPose & | value ) |
Definition at line 40 of file json_base.cpp.
| void to_json | ( | nlohmann::json & | j, |
| const Element & | element ) |
ElementSerializers::to_json() Definition at line 33 of file ElementJsonSerializers.cpp.
Here is the call graph for this function:| void to_json | ( | nlohmann::json & | j, |
| const Element * | elementPtr ) |
ElementSerializers::to_json() Definition at line 57 of file ElementJsonSerializers.cpp.
Here is the call graph for this function:| void to_json | ( | nlohmann::json & | j, |
| const ElementArrow & | line ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementArrowCircle & | arrowCircle ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementBox & | box ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementCylinder & | cylinder ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementCylindroid & | cylindroid ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementEllipsoid & | sphere ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementGrid & | grid ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementLine & | line ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementMesh & | mesh ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementObject & | object ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementPath & | path ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementPointCloud & | pointCloud ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementPolygon & | polygon ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementPose & | pose ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementPtr & | elementPtr ) |
ElementSerializers::to_json() Definition at line 45 of file ElementJsonSerializers.cpp.
Here is the call graph for this function:| void to_json | ( | nlohmann::json & | j, |
| const ElementRobot & | robot ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementSphere & | sphere ) |
| void to_json | ( | nlohmann::json & | j, |
| const ElementText & | text ) |
| void to_json | ( | nlohmann::json & | j, |
| const LayerUpdate & | update ) |
Definition at line 10 of file json_layer.cpp.
| void to_json | ( | nlohmann::json & | j, |
| const LayerUpdates & | update ) |
Definition at line 28 of file json_layer.cpp.
| void to_json | ( | nlohmann::json & | j, |
| Recording const & | recording ) |
Definition at line 446 of file ArVizStorage.cpp.
| void to_json | ( | nlohmann::json & | j, |
| RecordingBatchHeader const & | batch ) |
Definition at line 426 of file ArVizStorage.cpp.