armarx::priorknowledge::util Namespace Reference

Namespaces

 common_place
 
 location
 

Classes

struct  AffordanceId
 
class  AffordanceLoader
 
struct  CommonPlace
 
class  CommonPlaceLoader
 
struct  FramedBoxedLocation
 
struct  FramedLocation
 
struct  Location
 
struct  LocationAffordance
 
struct  LocationId
 
class  LocationLoader
 
struct  StaticAffordance
 

Typedefs

using FramedBoxedLocationPtr = std::unique_ptr< FramedBoxedLocation >
 
using FramedLocationPtr = std::unique_ptr< FramedLocation >
 
using LocationPtr = std::unique_ptr< Location >
 

Enumerations

enum  LocationType { FRAMED_LOCATION, FRAMED_BOXED_LOCATION }
 

Typedef Documentation

◆ FramedBoxedLocationPtr

using FramedBoxedLocationPtr = std::unique_ptr<FramedBoxedLocation>

Definition at line 89 of file Location.h.

◆ FramedLocationPtr

using FramedLocationPtr = std::unique_ptr<FramedLocation>

Definition at line 90 of file Location.h.

◆ LocationPtr

using LocationPtr = std::unique_ptr<Location>

Definition at line 91 of file Location.h.

Enumeration Type Documentation

◆ LocationType

enum LocationType
strong
Enumerator
FRAMED_LOCATION 
FRAMED_BOXED_LOCATION 

Definition at line 14 of file Location.h.