#include <In_Attitudes.h>
Public Member Functions | |
In_Attitudes (void) | |
bool | translateAttitudes (std::vector< std::string * > *names, std::vector< std::vector< eFeeling * > * > *feelingSets, std::vector< eAkteur * > *akteurs) |
Additional Inherited Members | |
![]() | |
Out_Attitudes * | m_outputData |
![]() | |
B_eInputData (void) | |
Holds all the nescessary dtata to create a attitude pool
Documantation optimized for doxygen.
In_Attitudes::In_Attitudes | ( | void | ) |
Standard constructor
bool In_Attitudes::translateAttitudes | ( | std::vector< std::string * > * | names, |
std::vector< std::vector< eFeeling * > * > * | feelingSets, | ||
std::vector< eAkteur * > * | akteurs | ||
) |
translates input data in an Out_Attitudes object.
names | a vector of all known attitudes, described as strings |
feelingSets | a vector of feeling sets, which describe the attitude to an specific akteur |
akteurs | a vector of the related akteurs |