|
#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.
void commitGazeTargets | ( | const std::vector< gaze_targets::GazeTarget > & | targets | ) |
Definition at line 114 of file ViewSelection.cpp.
void connect | ( | ) |
Definition at line 47 of file ViewSelection.cpp.
gaze_targets::GazeTarget readGazeTarget | ( | const std::string | name | ) |