Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar3.algorithm | |
com.sun.electric.tool.routing.experimentalAStar3.map |
Modifier and Type | Field and Description |
---|---|
FieldMap<AStarNode> |
AStarRegionNode.routingMap
is used for checking blockages and giving the router a clean map to route
on.
|
Modifier and Type | Method and Description |
---|---|
FieldMap<AStarNode> |
AStarRegionNode.getMap(boolean vertical) |
Constructor and Description |
---|
AStarRegionNode(FieldMap<AStarNode> map,
int width,
int height)
This class expects that (0,0) is in the upper left corner of the map.
The capacity is calculated from x = 0 to x = width -1 and y = 0
to y = height -1. |
AStarRegionNode(FieldMap<AStarNode> map,
int width,
int height,
int x,
int y,
int z) |
Modifier and Type | Field and Description |
---|---|
FieldMap<AStarNode> |
Region.map |
Constructor and Description |
---|
FieldMap(FieldMap<T> clone) |