armarx::armem::objects Namespace Reference

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 familiarObjectInstaceSegmentID
 
const MemoryID instaceSegmentID = memoryID.withCoreSegmentName("Instance")
 
const MemoryID memoryID {"Object"}
 

Function Documentation

◆ reconstructObjectInstanceID()

MemoryID reconstructObjectInstanceID ( const objpose::ObjectPose objectPose)

Definition at line 33 of file utils.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ attachmentsSegmentID

const MemoryID attachmentsSegmentID = memoryID.withCoreSegmentName("Attachments")

Definition at line 30 of file memory_ids.cpp.

◆ classSegmentID

const MemoryID classSegmentID = memoryID.withCoreSegmentName("Class")

Definition at line 31 of file memory_ids.cpp.

◆ familiarObjectInstaceSegmentID

const MemoryID familiarObjectInstaceSegmentID
Initial value:
=
memoryID.withCoreSegmentName("FamiliarObjectInstance")

Definition at line 33 of file memory_ids.cpp.

◆ instaceSegmentID

const MemoryID instaceSegmentID = memoryID.withCoreSegmentName("Instance")

Definition at line 32 of file memory_ids.cpp.

◆ memoryID

const MemoryID memoryID {"Object"}

Definition at line 28 of file memory_ids.cpp.

armarx::armem::objects::memoryID
const MemoryID memoryID
Definition: memory_ids.cpp:28
armarx::armem::MemoryID::withCoreSegmentName
MemoryID withCoreSegmentName(const std::string &name) const
Definition: MemoryID.cpp:409