#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "Tools/Math/Common.h"
#include "Tools/ColorClasses.h"
#include "Tools/Boundary.h"
Include dependency graph for LandmarksPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ConditionalBoundary |
The class represents a rectangular landmark boundary. More... | |
class | Flag |
The class represents a flag. More... | |
class | Goal |
The class represents a goal. More... | |
class | LandmarksPercept |
The class represents all detected landmark percepts. More... | |
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.h.
|
Streaming operator that reads a landmarks percept from a stream.
Definition at line 276 of file LandmarksPercept.cpp. References LandmarksPercept::cameraOffset, LandmarksPercept::flags, LandmarksPercept::frameNumber, LandmarksPercept::goals, LandmarksPercept::numberOfFlags, LandmarksPercept::numberOfGoals, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a landmarks percept to a stream.
Definition at line 287 of file LandmarksPercept.cpp. References LandmarksPercept::cameraOffset, LandmarksPercept::flags, LandmarksPercept::frameNumber, LandmarksPercept::goals, LandmarksPercept::numberOfFlags, LandmarksPercept::numberOfGoals, and Out::write(). |
Here is the call graph for this function: