#include "Tools/Streams/InOut.h"
#include "Tools/Math/Common.h"
#include "Tools/Debugging/Debugging.h"
#include "Representations/Perception/ObstaclesPercept.h"
Include dependency graph for ObstaclesModel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ObstaclesModel |
A class describing the distance to obstacles around the robot,. More... | |
Functions | |
In & | operator>> (In &stream, ObstaclesModel &obstaclesModel) |
Streaming operator that reads a ObstaclesModel from a stream. | |
Out & | operator<< (Out &stream, const ObstaclesModel &obstaclesModel) |
Streaming operator that writes a ObstaclesModel to a stream. |
Definition in file ObstaclesModel.h.
|
Streaming operator that reads a ObstaclesModel from a stream.
Definition at line 504 of file ObstaclesModel.cpp. References ObstaclesModel::frameNumber, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a ObstaclesModel to a stream.
Definition at line 511 of file ObstaclesModel.cpp. References ObstaclesModel::frameNumber, and Out::write(). |
Here is the call graph for this function: