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)

Detailed Description

Definition at line 38 of file MovementGenerator.h.


Friends And Related Function Documentation

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

Definition at line 26 of file MovementGenerator.cc.

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


Member Data Documentation

Definition at line 40 of file MovementGenerator.h.

Referenced by operator<<().

Definition at line 40 of file MovementGenerator.h.

Referenced by operator<<(), and SimpleGameClient::updateNeighbors().


The documentation for this class was generated from the following file:
Generated on Wed May 26 16:21:18 2010 for OverSim by  doxygen 1.6.3