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

Representations/Perception/LinesPercept.h File Reference

Declaration of class LinesPercept. More...

#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"

Include dependency graph for LinesPercept.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  LinesPercept
 The class represents a percepted line on the field with its type and a Vector of points belonging to it. More...

class  LinesPercept::LinePoint

Functions

Inoperator>> (In &stream, LinesPercept &linesPercept)
 Streaming operator that reads a LinesPercept from a stream.

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


Detailed Description

Declaration of class LinesPercept.

Author:
Matthias Juengel

Definition in file LinesPercept.h.


Function Documentation

In& operator>> In stream,
LinesPercept linesPercept
 

Streaming operator that reads a LinesPercept from a stream.

Parameters:
stream The stream from which is read.
linesPercept The LinesPercept object.
Returns:
The stream.

Definition at line 23 of file LinesPercept.cpp.

References LinesPercept::frameNumber, LinesPercept::numberOfPoints, and LinesPercept::points.

Out& operator<< Out stream,
const LinesPercept linesPercept
 

Streaming operator that writes a LinesPercept to a stream.

Parameters:
stream The stream to write on.
linesPercept The LinesPercept object.
Returns:
The stream.

Definition at line 35 of file LinesPercept.cpp.

References LinesPercept::frameNumber, LinesPercept::numberOfPoints, and LinesPercept::points.


Generated on Thu Sep 23 20:01:34 2004 for GT2004 by doxygen 1.3.6