Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
Handler Class Reference
Inheritance diagram for Handler:
Detailed DescriptionThe Handler class is responsible for managing a series of Recognizers. It provides the ability to manipulate each Recognizer in various ways. Definition at line 57 of file handler.h. Constructor & Destructor Documentation
Deconstructor for the Handler. Definition at line 41 of file handler.cpp.
Default constructor for the Handler class. Definition at line 64 of file handler.cpp.
Member Function Documentation
Add a directed gaze recognizer.
Definition at line 135 of file handler.cpp.
Add the event to this Handler's Timeline.
Definition at line 163 of file handler.cpp.
The adjacency pair service was called.
Implemented in EngagementHandler.
The directed gaze service was called.
Implemented in EngagementHandler.
Get the actor_ ID for this Handler.
Definition at line 129 of file handler.cpp.
Return the Adjacency Pair recognizer.
Definition at line 214 of file handler.cpp.
Return the Backchannel recognizer.
Definition at line 219 of file handler.cpp.
Return the Directed Gaze recognizer.
Definition at line 204 of file handler.cpp.
Return the Mutual Facial Gaze recognizer.
Definition at line 209 of file handler.cpp.
The mutual facial gaze service was called.
Implemented in EngagementHandler.
A message was received.
Definition at line 94 of file handler.cpp.
Set the actor_ field for this Handler.
Definition at line 120 of file handler.cpp.
Set the adjancy pair recognizer.
Definition at line 149 of file handler.cpp.
Set the backchannel recognizer.
Definition at line 156 of file handler.cpp.
Set the mutual facial gaze recognizer.
Definition at line 142 of file handler.cpp.
Update the directed gaze recognizers using the object name.
Implemented in EngagementHandler. Member Data Documentation
The documentation for this class was generated from the following files:
|