Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Combinators » ConcatenatePaths_OfArray

ConcatenatePaths_OfArray


Joins open paths of an array.

Header:AVL.h

Syntax

C++
C#
 
void avl::ConcatenatePaths_OfArray
(
	const atl::Array<avl::Path>& inPathArray,
	avl::Path& outPath
)

Parameters

Name Type Default Description
inPathArray const Array<Path>&
outPath Path& Output path

Description

Array version of ConcatenatePaths.

Errors

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See Also