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