armarx::priorknowledge::util Namespace Reference

Namespaces

namespace  common_place
 
namespace  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 class  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 class LocationType
strong
Enumerator
FRAMED_LOCATION 
FRAMED_BOXED_LOCATION 

Definition at line 14 of file Location.h.