NeighborMapEntry Class Reference

#include <MovementGenerator.h>

List of all members.

Public Attributes

Vector2D position
Vector2D direction

Friends

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


Friends And Related Function Documentation

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

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


Member Data Documentation

Referenced by operator<<().


The documentation for this class was generated from the following file:

Generated on Fri Sep 19 13:05:07 2008 for ITM OverSim by  doxygen 1.5.5