Search
QuickRouter Members
Constructors Methods
 


Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.

The following tables list the members exposed by the QuickRouter type.

 Public Constructors

  Name Description

QuickRouter

Initializes a new instance of the QuickRouter class.

 Public Methods

  Name Description

getDiagram

 

getGranularity

Gets the granularity of the obstacles map generated by QuickRouter.

getTurnCost

Gets a value added to the total cost of a route if it makes a turn.

getUBendMaxLen

Gets the maximum U-bend length.

routeAllLinks

Routes all links in the diagram.

routeLink

Implements LinkRouter.routeLink.

routeLinks

Implements LinkRouter.routeLinks.

setDiagram

 

setGranularity

Sets the granularity of the obstacles map generated by QuickRouter.

setTurnCost

Sets a value added to the total cost of a route if it makes a turn.

setUBendMaxLen

Sets the maximum U-bend length.

 See Also