#include "Tools/Streams/InOut.h"
#include "Tools/FieldDimensions.h"
#include "LandmarksPercept.h"
Include dependency graph for LandmarksPercept.cpp:
Go to the source code of this file.
Enumerations | |
enum | FlagType { pinkAboveYellow, pinkAboveSkyblue, yellowAbovePink, skyblueAbovePink } |
Functions | |
In & | operator>> (In &stream, LandmarksPercept &landmarksPercept) |
Streaming operator that reads a landmarks percept from a stream. | |
Out & | operator<< (Out &stream, const LandmarksPercept &landmarksPercept) |
Streaming operator that writes a landmarks percept to a stream. |
Definition in file LandmarksPercept.cpp.
|
Definition at line 15 of file LandmarksPercept.cpp. |
|
Streaming operator that reads a landmarks percept from a stream.
Definition at line 276 of file LandmarksPercept.cpp. |
|
Streaming operator that writes a landmarks percept to a stream.
Definition at line 287 of file LandmarksPercept.cpp. |