#include "Tools/FieldDimensions.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for PointsWithValidityAndAge.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | PointsWithValidityAndAge |
Represents a set of points on the field. More... | |
Functions | |
In & | operator>> (In &stream, PointsWithValidityAndAge &pointsWithValidityAndAge) |
Streaming operator that reads a set of PointsWithValidityAndAge from a stream. | |
Out & | operator<< (Out &stream, const PointsWithValidityAndAge &pointsWithValidityAndAge) |
Streaming operator that writes a set of PointsWithValidityAndAge to a stream. | |
Variables | |
const int | VOTE_THRESHOLD = 5 |
The threshold for voting, minimum of votes. |
Definition in file PointsWithValidityAndAge.h.
|
Streaming operator that reads a set of PointsWithValidityAndAge from a stream.
Definition at line 398 of file PointsWithValidityAndAge.cpp. References PointsWithValidityAndAge::indexOfNextPoint, PointsWithValidityAndAge::numberOfPoints, In::read(), PointsWithValidityAndAge::sizeOfSet, PointsWithValidityAndAge::x, and PointsWithValidityAndAge::y. |
Here is the call graph for this function:
|
Streaming operator that writes a set of PointsWithValidityAndAge to a stream.
Definition at line 408 of file PointsWithValidityAndAge.cpp. References PointsWithValidityAndAge::indexOfNextPoint, PointsWithValidityAndAge::numberOfPoints, PointsWithValidityAndAge::sizeOfSet, Out::write(), PointsWithValidityAndAge::x, and PointsWithValidityAndAge::y. |
Here is the call graph for this function:
|
The threshold for voting, minimum of votes.
Definition at line 19 of file PointsWithValidityAndAge.h. |