Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Basics » AvsFilter_AccessPath
AvsFilter_AccessPath
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns individual fields of a path.
Syntax
void avs::AvsFilter_AccessPath ( const avl::Path& inPath, atl::Array<avl::Point2D>& outPoints, bool& outClosed )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outPoints | Array<Point2D>& | Output points of the path | |
![]() |
outClosed | bool& | Output whether the path is closed |


