You are here: Start » AVL.NET » Function Reference » Path » Path Classification » AVL.SortPaths

AVL.SortPaths

Changes the order of paths from the input array according to an ascending/descending sequence of their computed feature values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SortPaths
(
	IList<AvlNet.Path> inPaths,
	AvlNet.PathFilter inPathFilter,
	AvlNet.PathFeature inFeature,
	AvlNet.SortingOrder inSortingOrder,
	IList<AvlNet.Path> outSortedPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>Input paths.
inPathFilterAvlNet.PathFilterDetermines which paths will take part in computation.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
inSortingOrderAvlNet.SortingOrderSorting order.
outSortedPathsSystem.Collections.Generic.IList<AvlNet.Path>Paths sorted according to the computed feature values.

Function Overrides

See also