#include "Direction.h"
#include "ValueEvent.h"
#include "TargetList.h"
#include "Unit.h"
#include <algorithm>
Go to the source code of this file.
Classes | |
class | Load |
Class that describes a load to be used in the simulation. This load can have different types Translation, Rotation, Force and Pressure. This load can be created by parsing in an XML file or by load library programming A load could be save in XML format as well using the << operator. The load is set automatically when the method setTarget is called. More... | |