Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
ActorManager Class Reference
Detailed DescriptionThe ActorManager class is responsible for allowing a specified Actor to be queried, added, or removed from the ActorManager. Definition at line 57 of file actor_manager.h. Constructor & Destructor Documentation
Create the ActorManager Definition at line 44 of file actor_manager.cpp. Member Function Documentation
Create an Actor in the ActorManager.
Definition at line 67 of file actor_manager.cpp.
Destroy the ActorManager. Definition at line 49 of file actor_manager.cpp.
Get the instance of the ActorManager class.
Definition at line 59 of file actor_manager.cpp.
Determine if a particular Actor is alive.
Definition at line 97 of file actor_manager.cpp.
Relay a message to all of the actors.
Definition at line 102 of file actor_manager.cpp.
Remove an Actor from the Actor Manager.
Definition at line 83 of file actor_manager.cpp. Member Data Documentation
The map of Actor IDs to actors. Definition at line 60 of file actor_manager.h.
The instance of the ActorManager class. Definition at line 63 of file actor_manager.h. The documentation for this class was generated from the following files:
|