wxArt2D
|
An entry in the border queue. More...
#include <route.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 | |
An entry in the border queue.
Used in BorderQueue, for storing the route of a wire.