Package | Description |
---|---|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Class and Description |
---|---|
static class |
SeaOfGatesEngine.SOGPoly |
static class |
SeaOfGatesEngine.SOGVia
Class to define an R-Tree leaf node for vias in the blockage data structure.
|
Modifier and Type | Method and Description |
---|---|
SeaOfGatesEngine.SOGBound |
SeaOfGatesEngine.NeededRoute.getMetalBlockage(MutableInteger netID,
int metNo,
int maskColor,
double halfWidth,
double halfHeight,
double[] surround,
double x,
double y)
Method to see if a proposed piece of metal has DRC errors (ignoring notches).
|
Modifier and Type | Method and Description |
---|---|
RTNode<SeaOfGatesEngine.SOGBound> |
SeaOfGatesEngine.getMetalTree(Layer lay)
Method to return an R-Tree of blockages on a given metal Layer.
|
RTNode<SeaOfGatesEngine.SOGBound> |
SeaOfGatesEngine.NeededRoute.getViaTree(Layer lay)
Method to return an R-Tree of blockages on a given via Layer.
|
java.util.Iterator<SeaOfGatesEngine.SOGBound> |
SeaOfGatesEngine.searchMetalTree(Layer lay,
java.awt.geom.Rectangle2D bound) |
java.util.Iterator<SeaOfGatesEngine.SOGBound> |
SeaOfGatesEngine.NeededRoute.searchViaTree(Layer lay,
java.awt.geom.Rectangle2D bound) |