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