You are here: Start » AVL.NET » AVL.GroupRegionsByRegions Method

AVL.GroupRegionsByRegions Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GroupRegionsByRegions(
	AvlNet.Region[] inRegions,
	AvlNet.Region[] inGroupRegions,
	AvlNet.MatchingCriterion inMatchingCriterion,
	out int[][] outGroupedIndices,
	out AvlNet.Region[][] outGroupedRegions
)

Parameters

Name Type Range Default Description
inRegionsAvlNet.RegionArray of regions that will be classified into multiple groups.
inGroupRegionsAvlNet.RegionArray of regions that define the groups.
inMatchingCriterionAvlNet.MatchingCriterionSpecifies whether a region must fully belong to a group region or if it is enough that it intersects.
outGroupedIndicesintIndices of input regions classified into multiple groups.
outGroupedRegionsAvlNet.RegionInput regions classified into multiple groups

See also