#include "Objects.h"
#include "PlayerSettings.h"
#include "Logger.h"
#include "Formations.h"
#include <list>
#include <pthread.h>
#include <sys/time.h>
Include dependency graph for WorldModel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | WorldModel |
Variables | |
Logger | Log |
Logger | LogDraw |
File: WorldModel.h Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 12/02/2001 Last Revision: $ID$ Contents: class declarations of WorldModel. This class contains methods that give information about the current and future state of the world (soccer field).
Changes
Date Author Comment 12/02/2001 Jelle Kok Initial version created
Definition in file WorldModel.h.
Logger instantation that can be used by all classes
Definition at line 61 of file Logger.cpp.
Drawing logger instantation for all classes
Definition at line 62 of file Logger.cpp.
Referenced by WorldModel::logCircle(), WorldModel::logCoordInfo(), WorldModel::logDrawBallInfo(), WorldModel::logDrawInfo(), WorldModel::logLine(), main(), Player::mainLoop(), and WorldModel::updateAll().