#include "AttentionManager.h"#include "AttentionAlgorithm.h"#include "ImageInputSystem.h"#include "SignatureDB.h"#include "XMLTag.h"#include "BoostUtils.h"#include "AlgorithmSelector.hpp"
Go to the source code of this file.
Defines | |
| #define | BOOST(A) |
| #define | XML_NODE_ATTENTEDOBJ "AttentedObj" |
| #define | XML_NODE_ATTENTIONALGORITHMS "Attendants" |
| #define | XML_PROPERTY_ATTENDING "IsAttending" |
Variables | |
| volatile bool | g_stopall |
Definition at line 35 of file AttentionManager.cpp.
| #define XML_NODE_ATTENTEDOBJ "AttentedObj" |
Definition at line 40 of file AttentionManager.cpp.
| #define XML_NODE_ATTENTIONALGORITHMS "Attendants" |
Definition at line 39 of file AttentionManager.cpp.
| #define XML_PROPERTY_ATTENDING "IsAttending" |
Definition at line 38 of file AttentionManager.cpp.