Skip to content

routing_info

RoutingInfo(indx, path)

A class that represents routing information in terms of the cellbox index and the route segments that must be followed to reach this cellbox index.

Attributes:

Name Type Description
node_indx int

an int representing the node (cellbox) index

path list<Segment>

a list of segments that represents the path to reach the cellbox of the

get_node_index()

Returns the associated node index

get_path()

Returns the associated path

get_path_nodes()

Gets a list of nodes visited along the associated path