Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » CropPathArray
CropPathArray
Creates an array of paths contained in a box from another array of paths.
Syntax
C++
C#
void avl::CropPathArray ( const atl::Array<avl::Path>& inPaths, const avl::Box& inBox, atl::Array<avl::Path>& outPaths )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPaths | const Array<Path>& | ||
![]() |
inBox | const Box& | ||
![]() |
outPaths | Array<Path>& |


