#include <VirtualRobot/VirtualRobot.h>
#include <SemanticObjectRelations/RelationGraph/json/AttributedGraph.h>
#include <VisionX/interface/libraries/SemanticObjectRelations/Graph.h>
Go to the source code of this file.
|
semrel::AttributedGraph | fromIce (const semantic::data::Graph &graph) |
|
data::Graph | toIce (const semrel::AttributedGraph &input) |
|
template<typename VA , typename EA , typename GA > |
data::Graph | toIce (const semrel::RelationGraph< VA, EA, GA > &graph) |
|
template<typename VA , typename EA , typename GA > |
data::Graph | toIce (const semrel::RelationGraph< VA, EA, GA > &graph, const semrel::ShapeMap &objects) |
|