Developer Documentation
|
Public Types | |
enum | Type { Vertical, Horizontal } |
Public Member Functions | |
Node (unsigned int _counter) | |
Public Attributes | |
unsigned int | counter_ |
Type | type_ |
Node * | n_ [4] |
Node * | prev_ |
Node * | next_ |
QPoint | pos_ |
Node * | from_ |
unsigned int | g_ |
unsigned int | f_ |
unsigned int | h_ |
unsigned int | cost_ |
bool | closed_ |
Definition at line 79 of file wayfind.hh.