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

Representations/Perception/LandmarksPercept.h File Reference

Contains the definition of class LandmarksPercept. More...

#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "Tools/Math/Common.h"
#include "Tools/ColorClasses.h"
#include "Tools/Boundary.h"

Include dependency graph for LandmarksPercept.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  ConditionalBoundary
 The class represents a rectangular landmark boundary. More...

class  Flag
 The class represents a flag. More...

class  Goal
 The class represents a goal. More...

class  LandmarksPercept
 The class represents all detected landmark percepts. More...


Functions

Inoperator>> (In &stream, LandmarksPercept &landmarksPercept)
 Streaming operator that reads a landmarks percept from a stream.

Outoperator<< (Out &stream, const LandmarksPercept &landmarksPercept)
 Streaming operator that writes a landmarks percept to a stream.


Detailed Description

Contains the definition of class LandmarksPercept.

Author:
Thomas Röfer

Andreas Sztybryc

Definition in file LandmarksPercept.h.


Function Documentation

In& operator>> In stream,
LandmarksPercept landmarksPercept
 

Streaming operator that reads a landmarks percept from a stream.

Parameters:
stream The stream from which is read.
landmarksPercept The landmarks percept to read.
Returns:
The stream.

Definition at line 276 of file LandmarksPercept.cpp.

References LandmarksPercept::cameraOffset, LandmarksPercept::flags, LandmarksPercept::frameNumber, LandmarksPercept::goals, LandmarksPercept::numberOfFlags, LandmarksPercept::numberOfGoals, and In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const LandmarksPercept landmarksPercept
 

Streaming operator that writes a landmarks percept to a stream.

Parameters:
stream The stream to write on.
landmarksPercept The landmarks percept to write.
Returns:
The stream.

Definition at line 287 of file LandmarksPercept.cpp.

References LandmarksPercept::cameraOffset, LandmarksPercept::flags, LandmarksPercept::frameNumber, LandmarksPercept::goals, LandmarksPercept::numberOfFlags, LandmarksPercept::numberOfGoals, and Out::write().

Here is the call graph for this function:


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