#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "SensorDataBuffer.h"
Include dependency graph for PSDPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SinglePSDPercept |
A spot relative to the robot that was detected by the PSD Sensor. More... | |
class | PSDPercept |
Class containg all single PSD spots perceived in one frame. More... | |
Functions | |
In & | operator>> (In &stream, PSDPercept &psdPercept) |
Streaming operator that reads a PSDPercept from a stream. | |
Out & | operator<< (Out &stream, const PSDPercept &psdPercept) |
Streaming operator that writes a PSDPercept to a stream. | |
In & | operator>> (In &stream, SinglePSDPercept &psdPercept) |
Streaming operator that reads a SinglePSDPercept from a stream. | |
Out & | operator<< (Out &stream, const SinglePSDPercept &psdPercept) |
Streaming operator that writes a SinglePSDPercept to a stream. |
Definition in file PSDPercept.h.
|
Streaming operator that reads a PSDPercept from a stream.
Definition at line 45 of file PSDPercept.cpp. References PSDPercept::numOfPercepts. |
|
Streaming operator that writes a PSDPercept to a stream.
Definition at line 53 of file PSDPercept.cpp. References PSDPercept::numOfPercepts. |
|
Streaming operator that reads a SinglePSDPercept from a stream.
Definition at line 33 of file PSDPercept.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a SinglePSDPercept to a stream.
Definition at line 39 of file PSDPercept.cpp. References Out::write(). |
Here is the call graph for this function: