#include "Modules/BehaviorControl/BehaviorControl.h"
#include "Tools/Player.h"
#include "Representations/Cognition/BallModel.h"
#include "Representations/Cognition/RobotPose.h"
#include "RateableOptions.h"
#include "Tools/SlidingAverageValue.h"
Include dependency graph for CollectedBeliefs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SingleBeliefs |
The class contains information on how the robot senses his enviroment. More... | |
class | CollectedBeliefs |
This class contains the PlayerPoses of all detected robots. More... | |
Functions | |
In & | operator>> (In &stream, SingleBeliefs &singleBeliefs) |
Streaming operator that reads a SingleBeliefs from a stream. | |
Out & | operator<< (Out &stream, SingleBeliefs &singleBeliefs) |
Streaming operator that writes a SingleBeliefs to a stream. | |
In & | operator>> (In &stream, CollectedBeliefs &collectedBeliefs) |
Streaming operator that reads a CollectedBeliefs from a stream. | |
Out & | operator<< (Out &stream, const CollectedBeliefs &collectedBeliefs) |
Streaming operator that writes a CollectedBeliefs to a stream. |
Definition in file CollectedBeliefs.h.
|
Streaming operator that reads a SingleBeliefs from a stream.
Definition at line 45 of file CollectedBeliefs.cpp. References SingleBeliefs::ratedOptions, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a SingleBeliefs to a stream.
Definition at line 56 of file CollectedBeliefs.cpp. References SingleBeliefs::ratedOptions, and Out::write(). |
Here is the call graph for this function:
|
Streaming operator that reads a CollectedBeliefs from a stream.
Definition at line 156 of file CollectedBeliefs.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a CollectedBeliefs to a stream.
Definition at line 163 of file CollectedBeliefs.cpp. References Out::write(). |
Here is the call graph for this function: