You are here: Start » AVL.NET » AVL.GroupRegionsByRegions(AvlNet.Region[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][])
AVL.GroupRegionsByRegions(AvlNet.Region[], AvlNet.Region[], AvlNet.MatchingCriterion, int[][])
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 )
Parameters
- inRegions
- Type: AvlNet.Region
Array of regions that will be classified into multiple groups - inGroupRegions
- Type: AvlNet.Region
Array of regions that define the groups - inMatchingCriterion
- Type: AvlNet.MatchingCriterion
Specifies whether a region must fully belong to a group region or if it is enough that it intersects - outGroupedIndices
- Type: System.Int32
Indices of input regions classified into multiple groups
