C# Класс Interactive.Detail.FinderShorterPath

Показать файл Открыть проект

Открытые методы

Метод Описание
DrawShorterParthDebug ( ) : void
FindShorterPathFromTo ( int fromId, int toId, PathBuilderFinder pathInfo ) : List

Приватные методы

Метод Описание
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

Описание методов

DrawShorterParthDebug() публичный Метод

public DrawShorterParthDebug ( ) : void
Результат void

FindShorterPathFromTo() публичный Метод

public FindShorterPathFromTo ( int fromId, int toId, PathBuilderFinder pathInfo ) : List
fromId int
toId int
pathInfo Path.PathBuilderFinder
Результат List