Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Classification » SelectOpenPaths

SelectOpenPaths


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Selects paths which are open.

Syntax

C++
C#
 
void avl::SelectOpenPaths
(
	const atl::Array<avl::Path>& inPaths,
	atl::Array<avl::Path>& outOpenPaths
)

Parameters

Name Type Default Description
Input value inPaths const Array<Path>& Input paths
Output value outOpenPaths Array<Path>& Paths classified as open