Phoenix2D-Library  0.10
Public Member Functions | List of all members
Phoenix::World Class Reference

World
The World lorem Ipsum More...

#include <World.h>

Public Member Functions

 World ()
 
 ~World ()
 
void updateWorld ()
 
void updateWorld (std::list< Player > players, Ball ball)
 
void updateObserverWorld (std::list< Player > players, Ball ball)
 
WorldModel getWorldModel ()
 

Detailed Description

World
The World lorem Ipsum

Definition at line 41 of file World.h.

Constructor & Destructor Documentation

Phoenix::World::World ( )

Definition at line 33 of file World.cpp.

Phoenix::World::~World ( )

Definition at line 37 of file World.cpp.

References Phoenix::Config::VERBOSE.

Member Function Documentation

WorldModel Phoenix::World::getWorldModel ( )

Definition at line 104 of file World.cpp.

References Phoenix::ball, and Phoenix::players.

void Phoenix::World::updateObserverWorld ( std::list< Player players,
Ball  ball 
)

Definition at line 99 of file World.cpp.

References Phoenix::ball, and Phoenix::players.

Referenced by Phoenix::Parser::parseMessage().

void Phoenix::World::updateWorld ( )

Definition at line 41 of file World.cpp.

References Phoenix::Self::getPosition(), Phoenix::players, and Phoenix::Self::VIEW_MODE_WIDTH.

Referenced by Phoenix::process_see(), and Phoenix::process_sense_body().

Here is the call graph for this function:

void Phoenix::World::updateWorld ( std::list< Player players,
Ball  ball 
)

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