MovementGenerator.cc File Reference

#include "MovementGenerator.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &Stream, const NeighborMapEntry &e)

Detailed Description

Author:
Helge Backhaus

Definition in file MovementGenerator.cc.


Function Documentation

std::ostream& operator<< ( std::ostream &  Stream,
const NeighborMapEntry e 
)

Definition at line 26 of file MovementGenerator.cc.

00027 {
00028     return Stream << "Positon: " << e.position << " Direction: " << e.direction;
00029 }

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3