Back to FabImage Library website
You are here: Start » Function Reference » Region Combinators » RegionIntersection_OfArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes common part of 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.