|
Namespaces | |
constants | |
This file is part of ArmarX. | |
Classes | |
class | ObjectInstanceToIndex |
Functions | |
armem::MemoryID | reconstructObjectInstanceID (const objpose::ObjectPose &objectPose) |
Variables | |
const MemoryID | attachmentsSegmentID = memoryID.withCoreSegmentName("Attachments") |
const MemoryID | classSegmentID = memoryID.withCoreSegmentName("Class") |
const MemoryID | instaceSegmentID = memoryID.withCoreSegmentName("Instance") |
const MemoryID | memoryID { "Object" } |
MemoryID reconstructObjectInstanceID | ( | const objpose::ObjectPose & | objectPose | ) |
const MemoryID attachmentsSegmentID = memoryID.withCoreSegmentName("Attachments") |
Definition at line 31 of file memory_ids.cpp.
const MemoryID classSegmentID = memoryID.withCoreSegmentName("Class") |
Definition at line 32 of file memory_ids.cpp.
const MemoryID instaceSegmentID = memoryID.withCoreSegmentName("Instance") |
Definition at line 33 of file memory_ids.cpp.
const MemoryID memoryID { "Object" } |
Definition at line 29 of file memory_ids.cpp.