MovementGenerator.cc File Reference


Detailed Description

Author:
Helge Backhaus

#include "MovementGenerator.h"

Functions

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


Function Documentation

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

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


Generated on Thu Apr 17 13:19:27 2008 for ITM OverSim by  doxygen 1.5.3