Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

DALT_Client::Entity Class Reference

Generic definition for an entity. More...

#include <entity.h>

Inheritance diagram for DALT_Client::Entity:

Inheritance graph
[legend]
List of all members.

Public Methods

 Entity ()
 Entity (string entity_type, int entity_id, vector< int > &position)
 ~Entity ()

Public Attributes

string type
 type of the entity. More...

int id
 unique id of the entity. More...

vector<int> coordinates
 relative coordinates; the absolute coordinates are kept in the map. More...


Detailed Description

Generic definition for an entity.

Author:
Vlad Mereuta

Definition at line 31 of file entity.h.


Constructor & Destructor Documentation

DALT_Client::Entity::Entity ( )
 

DALT_Client::Entity::Entity ( string entity_type,
int entity_id,
vector< int > & position )
 

Parameters:
entity_type  
entity_id  
position  

DALT_Client::Entity::~Entity ( )
 


Member Data Documentation

vector< int > DALT_Client::Entity::coordinates
 

relative coordinates; the absolute coordinates are kept in the map.

Definition at line 39 of file entity.h.

int DALT_Client::Entity::id
 

unique id of the entity.

Definition at line 37 of file entity.h.

string DALT_Client::Entity::type
 

type of the entity.

Definition at line 35 of file entity.h.


The documentation for this class was generated from the following file:
Generated at Thu Jan 31 15:20:23 2002 for DALT Client by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001