#include "Tools/Streams/InOut.h"
#include "Representations/Perception/LandmarksPercept.h"
#include "Representations/Cognition/LandmarkState.h"
Include dependency graph for LandmarksState.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LandmarksState |
A class describing detected landmarks. More... | |
Functions | |
In & | operator>> (In &stream, LandmarksState &landmarksState) |
Streaming operator that reads a LandmarksState from a stream. | |
Out & | operator<< (Out &stream, const LandmarksState &landmarksState) |
Streaming operator that writes a LandmarksState to a stream. |
Definition in file LandmarksState.h.
|
Streaming operator that reads a LandmarksState from a stream.
Definition at line 137 of file LandmarksState.cpp. References LandmarksState::landmarks, and LandmarksState::numOfLandmarks. |
|
Streaming operator that writes a LandmarksState to a stream.
Definition at line 144 of file LandmarksState.cpp. References LandmarksState::landmarks, and LandmarksState::numOfLandmarks. |