Back to Adaptive Vision Library website
You are here: Start » Function Reference » Region Relations » TestPointArrayInRegion
TestPointArrayInRegion
Tests which points lie inside a region.
Syntax
C++
C#
void avl::TestPointArrayInRegion ( const atl::Array<avl::Point2D>& inPoints, const avl::Region& inRegion, atl::Array<bool>& outIsContainedArray, atl::Optional<atl::Array<avl::Point2D>&> outPoints = atl::NIL )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | const Array<Point2D>& | ||
![]() |
inRegion | const Region& | Input region | |
![]() |
outIsContainedArray | Array<bool>& | ||
![]() |
outPoints | Optional<Array<Point2D>&> | NIL |


