#include "RobotPose.h"
Include dependency graph for RobotPose.cpp:
Go to the source code of this file.
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.cpp.
|
Streaming operator that reads a robot pose from a stream.
Definition at line 9 of file RobotPose.cpp. |
|
Streaming operator that writes a robot pose to a stream.
Definition at line 15 of file RobotPose.cpp. |