3#include <VirtualRobot/VirtualRobot.h>
5#include <VisionX/interface/libraries/SemanticObjectRelations/Graph.h>
7#include <SemanticObjectRelations/RelationGraph/json/AttributedGraph.h>
12 data::Graph
toIce(
const semrel::AttributedGraph& input);
13 semrel::AttributedGraph
fromIce(
const semantic::data::Graph& graph);
15 template <
typename VA,
typename EA,
typename GA>
19 return toIce(semrel::toAttributedGraph(graph));
22 template <
typename VA,
typename EA,
typename GA>
29 template <
typename GraphT>
31 fromIce(
const semantic::data::Graph& graph)
33 return fromIce(graph).toGraph<GraphT>();
semrel::AttributedGraph fromIce(const semantic::data::Graph &graph)
data::Graph toIce(const semrel::AttributedGraph &input)