Back to FabImage Library website
You are here: Start » Function Reference » Region Combinators » RegionIntersection_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the common part of regions appearing in consecutive iterations.
Syntax
C++
C#
void fil::RegionIntersection_OfLoop ( RegionIntersection_OfLoopState& ioState, const fil::Region& inRegion, fil::Region& outRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | RegionIntersection_OfLoopState& | Object used to maintain state of the function. | ||
![]() |
inRegion | const Region& | Input region | |
![]() |
outRegion | Region& | Output region |
Description
Loop version of RegionIntersection.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input and output regions are not distinct in RegionIntersection. |
See Also
- RegionIntersection – Computes the common part of two regions.