You are here: Start » AVL.NET » Invoke.SortPaths

Invoke.SortPaths

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SortPaths
(
	List<Avl.Path> inPaths,
	Avl.PathFilter inPathFilter,
	Avl.PathFeature inFeature,
	Avl.SortingOrder inSortingOrder,
	List<Avl.Path> outSortedPaths,
	Optional<List<float>> outSortedValues
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>Input paths.
inPathFilterAvl.PathFilterDetermines which paths will take part in computation.
inFeatureAvl.PathFeaturePath feature value to be computed.
inSortingOrderAvl.SortingOrderSorting order.
outSortedPathsSystem.Collections.Generic.List<Avl.Path>Paths sorted according to the computed feature values.
outSortedValuesAtl.Optional<System.Collections.Generic.List<float>>Computed feature values.

See also