#include <wire.h>

Public Attributes | |
| unsigned int | m_cost |
| minimum cost to reach this point | |
| unsigned char | m_direction |
| direction to the source | |
| unsigned char | m_prevdir |
| direction of the previous point | |
| unsigned short | m_x |
| coordinates of this point | |
| unsigned short | m_y |
| BorderPoint * | m_next |
| pointer to the next point with same cost in the queue or to a free point | |
Used in BorderQueue, for storing the route of a wire.
Definition at line 157 of file wire.h.