You are here: Start » AVL.NET » AVL.ClassifyRegions(AvlNet.Region[], AvlNet.RegionFeature, AvlNet.Region[], AvlNet.Region[], AvlNet.Region[], AvlNet.Region[], float[])

AVL.ClassifyRegions(AvlNet.Region[], AvlNet.RegionFeature, AvlNet.Region[], AvlNet.Region[], AvlNet.Region[], AvlNet.Region[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ClassifyRegions(
	AvlNet.Region[] inRegions,
	AvlNet.RegionFeature inFeature,
	out AvlNet.Region[] outAccepted,
	out AvlNet.Region[] outRejected,
	out AvlNet.Region[] outBelow,
	out AvlNet.Region[] outAbove,
	out float[] outValues
)

Parameters

inRegions
Type: AvlNet.Region
inFeature
Type: AvlNet.RegionFeature
outAccepted
Type: AvlNet.Region
outRejected
Type: AvlNet.Region
outBelow
Type: AvlNet.Region
outAbove
Type: AvlNet.Region
outValues
Type: System.Single

See also