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