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

Tools/KickSelectionTable.cpp File Reference

Implementation of class KickSelectionTable. More...

#include "Platform/GTAssert.h"
#include <stdio.h>
#include <iostream.h>
#include "KickSelectionTable.h"
#include "Platform/SystemCall.h"
#include "Tools/Math/Common.h"
#include "Tools/Streams/InStreams.h"
#include "Tools/Debugging/Debugging.h"
#include "Tools/Location.h"
#include "Tools/Math/Geometry.h"
#include "Tools/Debugging/DebugDrawings.h"

Include dependency graph for KickSelectionTable.cpp:

Include dependency graph

Go to the source code of this file.

Functions

Inoperator>> (In &stream, KickSelectionTable &kickSelectionTable)
 Streaming operator that reads KickSelectionTable from a stream.

Outoperator<< (Out &stream, const KickSelectionTable &kickSelectionTable)
 Streaming operator that writes KickSelectionTable to a stream.

Inoperator>> (In &stream, KickCase &kickCase)
 Streaming operator that reads KickCase from a stream.

Outoperator<< (Out &stream, const KickCase &kickCase)
 Streaming operator that writes KickCase to a stream.


Detailed Description

Implementation of class KickSelectionTable.

Author:
Matthias Jüngel

Definition in file KickSelectionTable.cpp.


Function Documentation

In& operator>> In stream,
KickSelectionTable kickSelectionTable
 

Streaming operator that reads KickSelectionTable from a stream.

Parameters:
stream The stream from which is read.
kickSelectionTable The KickSelectionTable object.
Returns:
The stream.

Definition at line 179 of file KickSelectionTable.cpp.

Out& operator<< Out stream,
const KickSelectionTable kickSelectionTable
 

Streaming operator that writes KickSelectionTable to a stream.

Parameters:
stream The stream to write on.
kickSelectionTable The KickSelectionTable object.
Returns:
The stream.

Definition at line 213 of file KickSelectionTable.cpp.

In& operator>> In stream,
KickCase kickCase
 

Streaming operator that reads KickCase from a stream.

Parameters:
stream The stream from which is read.
kickCase The KickCase object.
Returns:
The stream.

Definition at line 255 of file KickSelectionTable.cpp.

Out& operator<< Out stream,
const KickCase kickCase
 

Streaming operator that writes KickCase to a stream.

Parameters:
stream The stream to write on.
kickCase The KickCase object.
Returns:
The stream.

Definition at line 261 of file KickSelectionTable.cpp.


Generated on Mon Mar 20 22:07:35 2006 for GT2005 by doxygen 1.3.6