Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Modules/PlayersLocator/PointsWithValidityAndAge.h File Reference

Definition of PointsWithValidityAndAge. More...

#include "Tools/FieldDimensions.h"
#include "Tools/Streams/InOut.h"

Include dependency graph for PointsWithValidityAndAge.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  PointsWithValidityAndAge
 Represents a set of points on the field. More...


Functions

Inoperator>> (In &stream, PointsWithValidityAndAge &pointsWithValidityAndAge)
 Streaming operator that reads a set of PointsWithValidityAndAge from a stream.

Outoperator<< (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.


Detailed Description

Definition of PointsWithValidityAndAge.

Author:
Matthias Juengel

Kai Spiess

Definition in file PointsWithValidityAndAge.h.


Function Documentation

In& operator>> In stream,
PointsWithValidityAndAge pointsWithValidityAndAge
 

Streaming operator that reads a set of PointsWithValidityAndAge from a stream.

Parameters:
stream The stream from which is read.
pointsWithValidityAndAge The set of PointsWithValidityAndAge.
Returns:
The 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:

Out& operator<< Out stream,
const PointsWithValidityAndAge pointsWithValidityAndAge
 

Streaming operator that writes a set of PointsWithValidityAndAge to a stream.

Parameters:
stream The stream to write on.
pointsWithValidityAndAge The Set of PointsWithValidityAndAge.
Returns:
The 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:


Variable Documentation

const int VOTE_THRESHOLD = 5 [static]
 

The threshold for voting, minimum of votes.

Definition at line 19 of file PointsWithValidityAndAge.h.


Generated on Thu Sep 23 19:59:37 2004 for GT2004 by doxygen 1.3.6