3 #include <VirtualRobot/VirtualRobot.h>
5 #include <SemanticObjectRelations/RelationGraph/json/AttributedGraph.h>
7 #include <VisionX/interface/libraries/SemanticObjectRelations/Graph.h>
17 template <
typename VA,
typename EA,
typename GA>
20 return toIce(semrel::toAttributedGraph(graph));
23 template <
typename VA,
typename EA,
typename GA>
26 return toIce(semrel::toAttributedGraph(graph, objects));
29 template <
typename GraphT>
32 return fromIce(graph).toGraph<GraphT>();