#include <In_Feelings.h>
Public Member Functions | |
bool | translateFeels (std::vector< std::string * > *names, float min, float max) |
Additional Inherited Members | |
![]() | |
Out_Feelings * | m_outputData |
![]() | |
B_eInputData (void) | |
Holds all the nescessary dtata to create a feeling pool
Documantation optimized for doxygen.
bool In_Feelings::translateFeels | ( | std::vector< std::string * > * | names, |
float | min, | ||
float | max | ||
) |
translates input data in an Out_Feelings object.
names | a vector of all possible feelings, described as strings |
min | the minimum value, a feeling can be set to |
max | the maximum value, a feeling can be set to |