C# Class Interactive.Detail.FinderShorterPath

Afficher le fichier Open project: juliancruz87/madbricks

Méthodes publiques

Méthode Description
DrawShorterParthDebug ( ) : void
FindShorterPathFromTo ( int fromId, int toId, PathBuilderFinder pathInfo ) : List

Private Methods

Méthode Description
AddAlternativePaths ( List foundedConnections, List markedConnections ) : List
CreatePath ( Connection connection, List markedConnections ) : List
CreatePathsConnections ( List foundedConnections, List markedConnections, bool isStartPoint ) : List>
GetNodesInPath ( List shorterPath ) : List
SelectShorterPath ( List paths ) : List

Method Details

DrawShorterParthDebug() public méthode

public DrawShorterParthDebug ( ) : void
Résultat void

FindShorterPathFromTo() public méthode

public FindShorterPathFromTo ( int fromId, int toId, PathBuilderFinder pathInfo ) : List
fromId int
toId int
pathInfo Path.PathBuilderFinder
Résultat List