#include "Pose2D.h"
Include dependency graph for Pose2D.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, Pose2D &pose2D) |
Streaming operator that reads a Pose2D from a stream. | |
Out & | operator<< (Out &stream, const Pose2D &pose2D) |
Streaming operator that writes a Pose2D to a stream. |
Max Risler
Definition in file Pose2D.cpp.
|
Streaming operator that reads a Pose2D from a stream.
Definition at line 29 of file Pose2D.cpp. |
|
Streaming operator that writes a Pose2D to a stream.
Definition at line 36 of file Pose2D.cpp. |