#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "Tools/Math/Vector2.h"
Include dependency graph for HeadControlMode.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HeadControlMode |
Stores head modes requested by BehaviorControl. More... | |
Functions | |
In & | operator>> (In &stream, HeadControlMode &headControlMode) |
Streaming operator that reads a HeadControlMode from a stream. | |
Out & | operator<< (Out &stream, const HeadControlMode &headControlMode) |
Streaming operator that writes a HeadControlMode to a stream. |
Declaration of class HeadControlMode Stores head modes requested by BehaviorControl
Nils Koschmieder
Definition in file HeadControlMode.h.
|
Streaming operator that reads a HeadControlMode from a stream.
Definition at line 25 of file HeadControlMode.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a HeadControlMode to a stream.
Definition at line 31 of file HeadControlMode.cpp. References Out::write(). |
Here is the call graph for this function: