wxArt2D
Public Attributes | List of all members
a2dRouteData::RoutePoint Struct Reference

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

#include <route.h>

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 133 of file route.h.


The documentation for this struct was generated from the following file:
a2dRouteData::RoutePoint Struct Reference -- Sun Oct 12 2014 17:04:48 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation