#include <string>
#include "xercesc/dom/DOM.hpp"
#include "boss_utility/boss_module.h"
#include "boss_utility/boss_config.h"
#include "boss_mysql/boss_mysql_handler.h"
#include "unit_level.h"
#include "boss_node.h"
#include "cost.h"
#include "factory.h"
Go to the source code of this file.
Classes | |
class | BOSS_Unitselection |
The main class of the unit selection module. This class performs the graph pathfinding algoritm used for chosing the units for manipulation and concatenation. More... | |
Functions | |
BOSS::Module * | create (BOSS::Config &_cl, MySQL_Handler *_db) |
Creates a new instance of BOSS_Unitselection class. | |
void | destroy (BOSS_Unitselection *cm) |
Destroys the instance of BOSS_Unitselection class. |
Joerg Broeggelwirth
Stefan Breuer