|
The Priority of a GazeTarget. More...
#include <armarx/view_selection/gaze_targets/TargetPriority.h>
Public Member Functions | |
bool | operator!= (const TargetPriority &rhs) const |
bool | operator< (const TargetPriority &rhs) const |
bool | operator<= (const TargetPriority &rhs) const |
bool | operator== (const TargetPriority &rhs) const |
bool | operator> (const TargetPriority &rhs) const |
bool | operator>= (const TargetPriority &rhs) const |
TargetPriority (const AttentionType &attentionType=AttentionType::RandomEvent, double priority=-1) | |
Public Attributes | |
AttentionType | attentionType |
The type of attention, defining the first level of priority. More... | |
double | priority |
The priority among GazeTargets of same AttentionType. More... | |
The Priority of a GazeTarget.
Definition at line 39 of file TargetPriority.h.
TargetPriority | ( | const AttentionType & | attentionType = AttentionType::RandomEvent , |
double | priority = -1 |
||
) |
Definition at line 29 of file TargetPriority.cpp.
bool operator!= | ( | const TargetPriority & | rhs | ) | const |
Definition at line 55 of file TargetPriority.cpp.
bool operator< | ( | const TargetPriority & | rhs | ) | const |
Definition at line 35 of file TargetPriority.cpp.
bool operator<= | ( | const TargetPriority & | rhs | ) | const |
Definition at line 42 of file TargetPriority.cpp.
bool operator== | ( | const TargetPriority & | rhs | ) | const |
Definition at line 49 of file TargetPriority.cpp.
bool operator> | ( | const TargetPriority & | rhs | ) | const |
Definition at line 68 of file TargetPriority.cpp.
bool operator>= | ( | const TargetPriority & | rhs | ) | const |
Definition at line 61 of file TargetPriority.cpp.
AttentionType attentionType |
The type of attention, defining the first level of priority.
Definition at line 59 of file TargetPriority.h.
double priority |
The priority among GazeTargets of same AttentionType.
Definition at line 61 of file TargetPriority.h.