#include "Tools/Streams/InOut.h"
#include "Tools/Math/Pose2D.h"
Include dependency graph for RobotPose.h:

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

Go to the source code of this file.
Classes | |
| class | RobotPose |
| A Pose2D with validity. More... | |
Functions | |
| In & | operator>> (In &stream, RobotPose &robotPose) |
| Streaming operator that reads a robot pose from a stream. | |
| Out & | operator<< (Out &stream, const RobotPose &robotPose) |
| Streaming operator that writes a robot pose to a stream. | |
Definition in file RobotPose.h.
|
||||||||||||
|
Streaming operator that reads a robot pose from a stream.
Definition at line 9 of file RobotPose.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a robot pose to a stream.
Definition at line 15 of file RobotPose.cpp. References Out::write(). |
Here is the call graph for this function:

1.3.6