#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"
Include dependency graph for LinesPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LinesPercept |
The class represents a percepted line on the field with its type and a Vector of points belonging to it. More... | |
class | LinesPercept::LinePoint |
Functions | |
In & | operator>> (In &stream, LinesPercept &linesPercept) |
Streaming operator that reads a LinesPercept from a stream. | |
Out & | operator<< (Out &stream, const LinesPercept &linesPercept) |
Streaming operator that writes a LinesPercept to a stream. |
Definition in file LinesPercept.h.
|
Streaming operator that reads a LinesPercept from a stream.
Definition at line 23 of file LinesPercept.cpp. References LinesPercept::frameNumber, LinesPercept::numberOfPoints, and LinesPercept::points. |
|
Streaming operator that writes a LinesPercept to a stream.
Definition at line 35 of file LinesPercept.cpp. References LinesPercept::frameNumber, LinesPercept::numberOfPoints, and LinesPercept::points. |