realWorldRoaming Class Reference

#include <realWorldRoaming.h>

Inheritance diagram for realWorldRoaming:

MovementGenerator

List of all members.


Detailed Description

realWorldRoaming class

Public Member Functions

 realWorldRoaming (double areaDimension, double speed, NeighborMap *Neighbors)
virtual ~realWorldRoaming ()
virtual void move ()
 Defined in subclasses only.
void setPosition (Vector2D position)

Constructor & Destructor Documentation

realWorldRoaming::realWorldRoaming ( double  areaDimension,
double  speed,
NeighborMap Neighbors 
)

virtual realWorldRoaming::~realWorldRoaming (  )  [inline, virtual]

00037 {}


Member Function Documentation

virtual void realWorldRoaming::move (  )  [inline, virtual]

Defined in subclasses only.

Implements MovementGenerator.

00038 {}

void realWorldRoaming::setPosition ( Vector2D  position  ) 

00031 {
00032     this->position = position;
00033 }


The documentation for this class was generated from the following files:
Generated on Thu Apr 17 13:19:30 2008 for ITM OverSim by  doxygen 1.5.3