#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"
Include dependency graph for EdgesPercept.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | EdgesPercept |
| The class represents a percepted edge on the field. More... | |
| struct | EdgesPercept::Edge |
Functions | |
| In & | operator>> (In &stream, EdgesPercept &EdgesPercept) |
| Streaming operator that reads a EdgesPercept from a stream. | |
| Out & | operator<< (Out &stream, const EdgesPercept &EdgesPercept) |
| Streaming operator that writes a EdgesPercept to a stream. | |
Definition in file EdgesPercept.h.
|
||||||||||||
|
Streaming operator that reads a EdgesPercept from a stream.
Definition at line 29 of file EdgesPercept.cpp. References EdgesPercept::edges, EdgesPercept::frameNumber, and EdgesPercept::numberOfEdges. |
|
||||||||||||
|
Streaming operator that writes a EdgesPercept to a stream.
Definition at line 38 of file EdgesPercept.cpp. References EdgesPercept::edges, EdgesPercept::frameNumber, and EdgesPercept::numberOfEdges. |
1.3.6