#include "Tools/Streams/InOut.h"
Include dependency graph for BodyPosture.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BodyPosture |
The class represents the robots body percept. More... | |
Functions | |
In & | operator>> (In &stream, BodyPosture &bodyPosture) |
Streaming operator that reads a BodyPosture from a stream. | |
Out & | operator<< (Out &stream, const BodyPosture &bodyPosture) |
Streaming operator that writes a BodyPosture to a stream. |
Definition in file BodyPosture.h.
|
Streaming operator that reads a BodyPosture from a stream.
Definition at line 41 of file BodyPosture.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a BodyPosture to a stream.
Definition at line 47 of file BodyPosture.cpp. References Out::write(). |
Here is the call graph for this function: