You are here: Start » AVL.NET » AVL.GroupPathsByRegions(AvlNet.Path[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][])

AVL.GroupPathsByRegions(AvlNet.Path[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][])

For each region returns which paths lie inside of it or intersect with it.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GroupPathsByRegions(
	AvlNet.Path[] inPaths,
	AvlNet.Region[] inRegions,
	AvlNet.MatchingCriterion inMatchingCriterion,
	out int[][] outGroupedIndices
)

Parameters

inPaths
Type: AvlNet.Path
Array of paths that will be classified into multiple groups
inRegions
Type: AvlNet.Region
Array of regions that define the groups
inMatchingCriterion
Type: AvlNet.MatchingCriterion
Specifies whether a path must fully belong to a group region or if it is enough that it intersects
outGroupedIndices
Type: System.Int32
Indices of input paths classified into multiple groups

See also