Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Combinators » RegionIntersection_OfArray
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | FoundationLite |
Computes the common part of an array of regions.
Syntax
C++
C#
void fil::RegionIntersection_OfArray ( ftl::Optional<const fil::Region&> inInitialRegion, const ftl::Array<fil::Region>& inArray, fil::Region& outRegion )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inInitialRegion | Optional<const Region&> | NIL | |
![]() |
inArray | const Array<Region>& | ||
![]() |
outRegion | Region& | Output region |
Description
Array version of RegionIntersection.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |
See Also
- RegionIntersection – Computes the common part of two regions.


