| CellEntrance (PartitionCell) | in
CellEntrance | Creates a new CellEntrance instance for a given PartitionCell. |
| EdgeCellInfo (any, PartitionCell, OrthogonalInterval, OrthogonalInterval, Direction, Direction, number) | in
EdgeCellInfo | Creates a new EdgeCellInfo instance. |
| getNeighbors (PartitionCell) | in
IRouterPartition | Returns a list of all PartitionCells that are neighbors of the given cell, i.e., those cells that have a common border segment with the given cell. |
| getObstacles (PartitionCell) | in
IRouterPartition | Returns all RoutingObstacles that cover the given PartitionCell. |
| onCellCreated (PartitionCell) | in
PartitionExtension | Callback after the new given PartitionCell has been created. |
| onCellFinalized (PartitionCell) | in
PartitionExtension | Callback after the given PartitionCell has been finalized. |
| onCellSubdivided (PartitionCell, IEnumerable<PartitionCell>) | in
PartitionExtension | Callback after the given PartitionCell has been subdivided into several sub-cells. |
| onCellUnlocked (PartitionCell) | in
PartitionExtension | Callback after the given PartitionCell has been unlocked. |
| addSourceCell (PartitionCell) | in
PathSearchContext | Adds an additional source cell of the current path request if it is not already contained in the list of source cells. |
| addTargetCell (PartitionCell) | in
PathSearchContext | Adds an additional target cell of the current path request if it is not already contained in the list of target cells. |
| isSourceCell (PartitionCell) | in
PathSearchContext | Determines whether or not the given cell is a source cell of the current path request. |
| isTargetCell (PartitionCell) | in
PathSearchContext | Determines whether or not the given cell is a target cell of the current path request. |
| calculateCosts (CellEntrance, PartitionCell, OrthogonalInterval, EdgeCellInfo, number) | in
PathSearchExtension | Calculates the costs for entering the given PartitionCell via the given enter OrthogonalInterval. |