Package | Description |
---|---|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.erc.wellcheck |
Modifier and Type | Method and Description |
---|---|
NetValues |
ERCWellCheck.WellBound.getNetID() |
Modifier and Type | Method and Description |
---|---|
void |
ERCWellCheck.WellBound.setNetID(NetValues netNum) |
Modifier and Type | Method and Description |
---|---|
NetValues |
WellCon.getWellNum() |
Modifier and Type | Method and Description |
---|---|
void |
NetValues.merge(NetValues other) |
static RTNode<ERCWellCheck.WellBound> |
Utils.searchInArea(java.awt.geom.Rectangle2D searchArea,
NetValues wellNum,
RTNode<ERCWellCheck.WellBound> rtree,
RTNode<ERCWellCheck.WellBound> allFound,
java.awt.geom.Point2D ctr,
MutableBoolean keepSearching,
int threadIndex)
Search in a given area
|
void |
WellCon.setWellNum(NetValues wn) |
static void |
Utils.spreadWellSeed(double cX,
double cY,
NetValues wellNum,
RTNode<ERCWellCheck.WellBound> rtree,
int threadIndex)
Search area for touching well polygons
|
Constructor and Description |
---|
WellCon(java.awt.geom.Rectangle2D bound,
int netNum,
NetValues wellNum,
boolean onProperRail,
boolean onRail,
PrimitiveNode.Function fun,
NodeInst ni) |