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
7
namespace
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
armarx::semantic::toIce
data::Graph toIce(const semrel::AttributedGraph &input)
Definition:
graph.cpp:15
armarx::semantic
Definition:
ShapesSupportRelations.cpp:32
armarx::semantic::fromIce
semrel::AttributedGraph fromIce(const semantic::data::Graph &graph)
Definition:
graph.h:31
shapes
MiscLib::Vector< std::pair< MiscLib::RefCountPtr< PrimitiveShape >, size_t > > shapes
Definition:
ReadMe.txt:92
VisionX
libraries
SemanticObjectRelations
ice_serialization
shape.h
Generated on Sat Mar 29 2025 09:17:38 for armarx_documentation by
1.8.17