#include <stdio.h>
#include <strings.h>
#include <errno.h>
#include <pthread.h>
#include <string.h>
#include <math.h>
#include "WorldModel.h"
Include dependency graph for WorldModel.C:
Go to the source code of this file.
File: WorldModel.C Project: Robocup Soccer Simulation Team: UvA Trilearn 2001 Authors: Jelle Kok and Remco de Boer Created: 12/02/2001 Last Revision: 06/01/2002 Contents: class definition of WorldModel. This class contains the methods of the WorldModel that process the incoming information and analyze the current state of the world.
Definition in file WorldModel.C.