#include "PfieldConfig.h"
#include "PfieldDatatypes.h"
#include <vector>
#include <string>
#include <list>
#include <map>
Include dependency graph for PotentialfieldComposition.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | PotentialfieldResult |
| Describes the result of a potential field. More... | |
| class | ObjectStateDescription |
| Describes the state of dynamic objects in a potential field. More... | |
| class | PotentialfieldComposition |
| The main class for the potential field implementation. More... | |
Typedefs | |
| typedef std::map< std::string, unsigned int > | NameToIndexMap |
| A type for mapping names to indizes in vectors. | |
Enumerations | |
| enum | SelectionProcedure { BEST_OF_N, SUCCESSIVE_N_TIMES } |
| A type for describing the selection procedure of the next result. More... | |
Definition in file PotentialfieldComposition.h.
|
|
A type for mapping names to indizes in vectors.
Definition at line 29 of file PotentialfieldComposition.h. |
|
|
A type for describing the selection procedure of the next result.
Definition at line 26 of file PotentialfieldComposition.h. |
1.3.6