#include "Tools/Streams/InOut.h"
#include "Representations/Motion/JointData.h"
Include dependency graph for CollisionPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CollisionPercept |
Contains detected collisions for each joint. More... | |
Functions | |
In & | operator>> (In &stream, CollisionPercept &CollisionPercept) |
Streaming operator that reads a joint state from a stream. | |
Out & | operator<< (Out &stream, const CollisionPercept &CollisionPercept) |
Streaming operator that writes a joint state to a stream. |
Definition in file CollisionPercept.h.
|
Streaming operator that reads a joint state from a stream.
Definition at line 84 of file CollisionPercept.cpp. References CollisionPercept::frameNumber, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a joint state to a stream.
Definition at line 91 of file CollisionPercept.cpp. References CollisionPercept::frameNumber, and Out::write(). |
Here is the call graph for this function: