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 |
---|---|
ERCWellCheck.WellBound |
ERCWellCheck.WellBoundRecord.getWb() |
Modifier and Type | Method and Description |
---|---|
void |
ERCWellCheck.WellBoundRecord.setWb(ERCWellCheck.WellBound wb) |
Constructor and Description |
---|
ERCWellCheck.WellBoundRecord(ERCWellCheck.WellBound w,
int p) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
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
|
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 |
---|
ConnectionCheck(ERCWellCheck.StrategyParameter parameter,
boolean hasPCon,
boolean hasNCon,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot,
java.util.BitSet connectedNetValues) |
ConnectionCheck(ERCWellCheck.StrategyParameter parameter,
boolean hasPCon,
boolean hasNCon,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot,
java.util.BitSet connectedNetValues) |
DistanceCheck(ERCWellCheck.StrategyParameter parameter,
double worstPWellDist,
java.awt.geom.Point2D worstPWellCon,
java.awt.geom.Point2D worstPWellEdge,
double worstNWellDist,
java.awt.geom.Point2D worstNWellCon,
java.awt.geom.Point2D worstNWellEdge,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot) |
DistanceCheck(ERCWellCheck.StrategyParameter parameter,
double worstPWellDist,
java.awt.geom.Point2D worstPWellCon,
java.awt.geom.Point2D worstPWellEdge,
double worstNWellDist,
java.awt.geom.Point2D worstNWellCon,
java.awt.geom.Point2D worstNWellEdge,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot) |
DRCCheck(ERCWellCheck.StrategyParameter parameters,
Layer pWellLayer,
Layer nWellLayer,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot) |
DRCCheck(ERCWellCheck.StrategyParameter parameters,
Layer pWellLayer,
Layer nWellLayer,
RTNode<ERCWellCheck.WellBound> pWellRoot,
RTNode<ERCWellCheck.WellBound> nWellRoot) |