Back to Aurora Vision Library website
You are here: Start » Function Reference » Path » Path Classification » SelectClosedPaths
SelectClosedPaths
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationBasic |
Selects paths which are closed.
Syntax
C++
C#
void avl::SelectClosedPaths ( const atl::Array<avl::Path>& inPaths, atl::Array<avl::Path>& outClosedPaths )


