#include <eFeelingPool.h>
- Author
- Florian Harde flori.nosp@m.anha.nosp@m.rde@y.nosp@m.ahoo.nosp@m..de
DESCRIPTION
A class holding all feelings accesable at runtime.
Documantation optimized for doxygen.
eFeelingPool::eFeelingPool |
( |
std::vector< std::string * > const *const |
names, |
|
|
float |
minValue, |
|
|
float |
maxValue |
|
) |
| |
Constructor, which initiates the feeling context
- Parameters
-
names | a vector of strings, definig unique string representations of the respective feeling |
minValue | the lowest value a feeling can be set |
maxValue | the highest value a feeling can be set |
eFeelingPool::~eFeelingPool |
( |
void |
| ) |
|
Standard destructor, freeing ressources
float const eFeelingPool::m_maxValue |
maxiaml value a feeling can be
float const eFeelingPool::m_minValue |
minimal value a feeling can be
std::vector<std::string*> const* const eFeelingPool::m_names |
vector of diffrent feeling names
The documentation for this class was generated from the following files:
- MyDropbox/Dropbox/eMotion/Software/eMotionLib/eMotionLib/eFeelingPool.h
- MyDropbox/Dropbox/eMotion/Software/eMotionLib/eMotionLib/eFeelingPool.cpp