Go to the documentation of this file.
30 attentionType(attentionType), priority(priority)
bool operator!=(const TargetPriority &rhs) const
const simox::meta::EnumNames< AttentionType > AttentionTypeNames
double priority
The priority among GazeTargets of same AttentionType.
::std::ostream & operator<<(::std::ostream &os, const GazeTarget &target)
bool operator==(const TargetPriority &rhs) const
AttentionType
Describes the type of attention.
bool operator<=(const TargetPriority &rhs) const
TargetPriority(const AttentionType &attentionType=AttentionType::RandomEvent, double priority=-1)
bool operator>=(const TargetPriority &rhs) const
AttentionType attentionType
The type of attention, defining the first level of priority.
The Priority of a GazeTarget.
bool operator>(const TargetPriority &rhs) const
bool operator<(const TargetPriority &rhs) const