#include "Tools/Math/Vector2.h"
#include "Platform/GTAssert.h"
#include "Representations/Motion/MotionRequest.h"
Include dependency graph for KickSelectionTable.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KickCase |
Represents the results and the preconditions of a single kick experiment. More... | |
class | KickSelectionTable |
Functions | |
In & | operator>> (In &stream, KickSelectionTable &kickSelectionTable) |
Streaming operator that reads KickSelectionTable from a stream. | |
Out & | operator<< (Out &stream, const KickSelectionTable &kickSelectionTable) |
Streaming operator that writes KickSelectionTable to a stream. | |
In & | operator>> (In &stream, KickCase &kickCase) |
Streaming operator that reads KickCase from a stream. | |
Out & | operator<< (Out &stream, const KickCase &kickCase) |
Streaming operator that writes KickCase to a stream. |
Martin Lötzsch
Definition in file KickSelectionTable.h.
|
Streaming operator that reads KickSelectionTable from a stream.
Definition at line 83 of file KickSelectionTable.cpp. References KickSelectionTable::action, KickSelectionTable::getActionIDFromShortName(), and KickSelectionTable::getTableIDFromName(). |
Here is the call graph for this function:
|
Streaming operator that writes KickSelectionTable to a stream.
Definition at line 110 of file KickSelectionTable.cpp. References KickSelectionTable::action, KickSelectionTable::getKickSelectionTableIDName(), KickSelectionTable::getShortActionName(), KickSelectionTable::numberOfSectors, KickSelectionTable::xRange, and KickSelectionTable::yRange. |
Here is the call graph for this function:
|
Streaming operator that reads KickCase from a stream.
Definition at line 137 of file KickSelectionTable.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes KickCase to a stream.
Definition at line 143 of file KickSelectionTable.cpp. References Out::write(). |
Here is the call graph for this function: