#include <In_Reactions.h>
Public Member Functions | |
In_Reactions (void) | |
bool | translateReactions (std::vector< std::string * > *names, std::vector< std::vector< eFeeling * > * > *feelingPatterns) |
Additional Inherited Members | |
![]() | |
Out_Reactions * | m_outputData |
![]() | |
B_eInputData (void) | |
Holds all the nescessary dtata to create a reaction pool
Documantation optimized for doxygen.
In_Reactions::In_Reactions | ( | void | ) |
Standard constructor
bool In_Reactions::translateReactions | ( | std::vector< std::string * > * | names, |
std::vector< std::vector< eFeeling * > * > * | feelingPatterns | ||
) |
translates input data in an Out_Reactions object.
names | a string describing this reaction |
feelingPattern | a vector of feelings describing this reaction |