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 Fri Sep 19 13:05:05 2008 for ITM OverSim by  doxygen 1.5.5