a2dRouteData::RoutePoint Struct Reference

the data structure holding the per point information More...

#include <wire.h>

List of all members.

Public Attributes

unsigned int m_cost
 minimum cost to reach this point
unsigned short m_flags
 various flags
unsigned char m_direction
 direction to the source (only set if reachable)
unsigned char m_prevdir
 direction of the previous point
unsigned short m_x
 coordinates of this point (only set if reachable)
unsigned short m_y


Detailed Description

the data structure holding the per point information

a two dimensional array of RoutePoint is used for routing information, like which points are excluded from routing because they are occupied by other objects. Next to that the route os the wire to be routed is stored via previous and next pointers. Per grid point four RoutePoint are maintained, for the four directions a wire can enter this grid point.

Definition at line 139 of file wire.h.


The documentation for this struct was generated from the following file:
a2dRouteData::RoutePoint Struct Reference -- Tue Aug 31 18:33:47 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation