Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
StateFactory Class Reference
Detailed DescriptionThis class provides a factory method which creates State objects. It also provides the enumeration for which the factory method bases its creation process off of. Definition at line 101 of file state_factory.h. Member Function Documentation
The State factory method. This function takes the enumeration type which enables the creation process to determine which type of State object to create. This function allows the Actor object of the State to also be specified. This function also takes an optional argument allowing the creation to specify the parent EventSink object for the created Recognizer.
Definition at line 64 of file state_factory.cpp.
Return the start state for the particular recognizer type.
Definition at line 181 of file state_factory.cpp.
Return the type of the State from the given StateType.
Definition at line 123 of file state_factory.cpp. The documentation for this class was generated from the following files:
|