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

Representations/Perception/BodyPercept.h File Reference

Declaration of class BodyPercept. More...

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

Include dependency graph for BodyPercept.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  BodyPercept
 The class represents the robots body percept. More...


Functions

Inoperator>> (In &stream, BodyPercept &bodyPercept)
 Streaming operator that reads a BodyPercept from a stream.

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


Detailed Description

Declaration of class BodyPercept.

Definition in file BodyPercept.h.


Function Documentation

In& operator>> In stream,
BodyPercept bodyPercept
 

Streaming operator that reads a BodyPercept from a stream.

Parameters:
stream The stream from which is read.
bodyPercept The BodyPercept object.
Returns:
The stream.

Definition at line 31 of file BodyPercept.cpp.

References BodyPercept::frameNumber, and In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const BodyPercept bodyPercept
 

Streaming operator that writes a BodyPercept to a stream.

Parameters:
stream The stream to write on.
bodyPercept The BodyPercept object.
Returns:
The stream.

Definition at line 38 of file BodyPercept.cpp.

References BodyPercept::frameNumber, and Out::write().

Here is the call graph for this function:


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