#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 38 of file RobotPose.cpp. References STREAM_BASE_EXT, STREAM_EXT, STREAM_REGISTER_BEGIN_EXT, and STREAM_REGISTER_FINISH. |
|
||||||||||||
|
Streaming operator that writes a robot pose to a stream.
Definition at line 57 of file RobotPose.cpp. References STREAM_BASE_EXT, STREAM_EXT, STREAM_REGISTER_BEGIN_EXT, and STREAM_REGISTER_FINISH. |
1.3.6