AIagent.h File Reference

a basic AIagent class which contains all Artificial Intelligent Agents More...

#include <Python.h>
#include <ngl/Vec3.h>
#include <ngl/TransformStack.h>
#include <ngl/Camera.h>
#include <string>
#include "Brain.h"
#include "Environment.h"
#include "Models.h"
#include "Ammo.h"
#include <stack>
#include <queue>
#include "Agent.h"
Include dependency graph for AIagent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Tile
class  compareDistance
class  AIagent
 our AIagents and its methods and variables put in this file More...

Enumerations

enum  Direction { east, west, north, south }

Detailed Description

a basic AIagent class which contains all Artificial Intelligent Agents

Author:
Sai Raghunandan
Version:
1.0
Date:
12/08/13

Definition in file AIagent.h.


Enumeration Type Documentation

enum Direction
Enumerator:
east 
west 
north 
south 

Definition at line 32 of file AIagent.h.

00032 {east, west, north,south};


Generated on 16 Aug 2013 for Multi-AgentSystem by  doxygen 1.6.1