ProD  4.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | Properties | List of all members
ProD.Cell Class Reference

Inherits IComparable< Cell >.

Public Member Functions

void SetCellAddress (Address a)
 
void SetCellAddress (int x, int y)
 
void SetCellType (string typeName)
 
int CompareTo (Cell other)
 
 Cell ()
 
 Cell (Address a)
 

Public Attributes

DirectionManager dirMan
 

Properties

Address address [get]
 
int x [get]
 
int y [get]
 
string type [get]
 
int g [get, set]
 
int h [get, set]
 
int f [get, set]
 
Cell parent [get, set]
 

Constructor & Destructor Documentation

ProD.Cell.Cell ( )
ProD.Cell.Cell ( Address  a)

Member Function Documentation

int ProD.Cell.CompareTo ( Cell  other)
void ProD.Cell.SetCellAddress ( Address  a)
void ProD.Cell.SetCellAddress ( int  x,
int  y 
)
void ProD.Cell.SetCellType ( string  typeName)

Member Data Documentation

DirectionManager ProD.Cell.dirMan

Property Documentation

Address ProD.Cell.address
get
int ProD.Cell.f
getset
int ProD.Cell.g
getset
int ProD.Cell.h
getset
Cell ProD.Cell.parent
getset
string ProD.Cell.type
get
int ProD.Cell.x
get
int ProD.Cell.y
get