#include "PlayerPoseCollection.h"
Include dependency graph for PlayerPoseCollection.cpp:

Go to the source code of this file.
Functions | |
| In & | operator>> (In &stream, PlayerPoseCollection &playerPoseCollection) |
| give the In operator acess to protected members | |
| Out & | operator<< (Out &stream, const PlayerPoseCollection &playerPoseCollection) |
| give the Out operator acess to protected members | |
| In & | operator>> (In &stream, PlayerPose &playerPose) |
| Streaming operator that reads a PlayerPose from a stream. | |
| Out & | operator<< (Out &stream, const PlayerPose &playerPose) |
| Streaming operator that writes a PlayerPose to a stream. | |
Definition in file PlayerPoseCollection.cpp.
|
||||||||||||
|
give the In operator acess to protected members
Definition at line 51 of file PlayerPoseCollection.cpp. |
|
||||||||||||
|
give the Out operator acess to protected members
Definition at line 71 of file PlayerPoseCollection.cpp. |
|
||||||||||||
|
Streaming operator that reads a PlayerPose from a stream.
Definition at line 92 of file PlayerPoseCollection.cpp. |
|
||||||||||||
|
Streaming operator that writes a PlayerPose to a stream.
Definition at line 99 of file PlayerPoseCollection.cpp. |
1.3.6