You are here: Start » AVL.NET » AVL.ClassifyPaths(AvlNet.Path[], AvlNet.PathFilter, AvlNet.PathFeature, AvlNet.Path[], AvlNet.Path[], AvlNet.Path[], AvlNet.Path[], float[])

AVL.ClassifyPaths(AvlNet.Path[], AvlNet.PathFilter, AvlNet.PathFeature, AvlNet.Path[], AvlNet.Path[], AvlNet.Path[], AvlNet.Path[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ClassifyPaths(
	AvlNet.Path[] inPaths,
	AvlNet.PathFilter inPathFilter,
	AvlNet.PathFeature inFeature,
	out AvlNet.Path[] outAccepted,
	out AvlNet.Path[] outRejected,
	out AvlNet.Path[] outBelow,
	out AvlNet.Path[] outAbove,
	out float[] outValues
)

Parameters

inPaths
Type: AvlNet.Path
inPathFilter
Type: AvlNet.PathFilter
inFeature
Type: AvlNet.PathFeature
outAccepted
Type: AvlNet.Path
outRejected
Type: AvlNet.Path
outBelow
Type: AvlNet.Path
outAbove
Type: AvlNet.Path
outValues
Type: System.Single

See also