|
|
#include <armarx/view_selection/client/ViewSelection.h>
Public Member Functions | |
| void | commitGazeTarget (const gaze_targets::GazeTarget &target) |
| void | commitGazeTargets (const std::vector< gaze_targets::GazeTarget > &targets) |
| void | connect () |
| gaze_targets::GazeTarget | readGazeTarget (const std::string name) |
| ViewSelection (armarx::armem::client::MemoryNameSystem &mns, std::string providerSegmentName) | |
| ~ViewSelection () | |
Definition at line 37 of file ViewSelection.h.
| ViewSelection | ( | armarx::armem::client::MemoryNameSystem & | mns, |
| std::string | providerSegmentName | ||
| ) |
Definition at line 35 of file ViewSelection.cpp.
|
default |
| void commitGazeTarget | ( | const gaze_targets::GazeTarget & | target | ) |
Definition at line 88 of file ViewSelection.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void commitGazeTargets | ( | const std::vector< gaze_targets::GazeTarget > & | targets | ) |
Definition at line 114 of file ViewSelection.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void connect | ( | ) |
Definition at line 47 of file ViewSelection.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| gaze_targets::GazeTarget readGazeTarget | ( | const std::string | name | ) |