You are here: Start » AVL.NET » Function Reference » Region » Region Relations » AVL.GroupRegionsByRegions

AVL.GroupRegionsByRegions

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GroupRegionsByRegions
(
	IList<AvlNet.Region> inRegions,
	IList<AvlNet.Region> inGroupRegions,
	AvlNet.MatchingCriterion inMatchingCriterion,
	IList<List<int>> outGroupedIndices
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>Array of regions that will be classified into multiple groups.
inGroupRegionsSystem.Collections.Generic.IList<AvlNet.Region>Array 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.
outGroupedIndicesSystem.Collections.Generic.IList<System.Collections.Generic.List<int>>Indices of input regions classified into multiple groups.

Function Overrides

See also