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


