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

Modules/PlayersLocator/VAPoints.h File Reference

Definition of VAPoints. More...

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

Include dependency graph for VAPoints.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

struct  Maximum
 Represents a maximum in the grid. More...

class  VAPoint
 Represents a point on the field. More...

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


Functions

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

Outoperator<< (Out &stream, const VAPoints &VAPoints)
 Streaming operator that writes a set of VAPoints to a stream.


Detailed Description

Definition of VAPoints.

Author:
Michael Kunz

Definition in file VAPoints.h.


Function Documentation

In& operator>> In stream,
VAPoints VAPoints
 

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

Parameters:
stream The stream from which is read.
VAPoints The set of VAPoints.
Returns:
The stream.

Definition at line 363 of file VAPoints.cpp.

References VAPoints::numberOfVAPoints, VAPoints::points, and In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const VAPoints VAPoints
 

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

Parameters:
stream The stream to write on.
VAPoints The Set of VAPoints.
Returns:
The stream.

Definition at line 370 of file VAPoints.cpp.

References VAPoints::numberOfVAPoints, VAPoints::points, and Out::write().

Here is the call graph for this function:


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