shape.h
Go to the documentation of this file.
1#pragma once
2
3#include <VisionX/interface/libraries/SemanticObjectRelations/Shape.h>
4
5#include <SemanticObjectRelations/Shapes/shape_containers.h>
6
7namespace armarx::semantic
8{
9
10 data::Shape toIce(const semrel::Shape& shape);
11 semrel::ShapePtr fromIce(const data::Shape& shape);
12
13 data::ShapeList toIce(const semrel::ShapeList& shapes);
14 data::ShapeList toIce(const semrel::ShapeMap& shapes);
15 semrel::ShapeList fromIce(const data::ShapeList& shapes);
16
17} // namespace armarx::semantic
semrel::AttributedGraph fromIce(const semantic::data::Graph &graph)
data::Graph toIce(const semrel::AttributedGraph &input)
Definition graph.cpp:15