Back to Adaptive Vision Library website

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

ConcatenatePaths_OfLoop


Joins open paths appearing in consecutive iterations.

Header:AVL.h

Syntax

C++
C#
 
void avl::ConcatenatePaths_OfLoop
(
	ConcatenatePaths_OfLoopState& ioState,
	const avl::Path& inPath,
	avl::Path& outPath
)

Parameters

Name Type Default Description
ioState ConcatenatePaths_OfLoopState& Object used to maintain state of the function.
inPath const Path& Input path
outPath Path& Output path

Description

Loop version of ConcatenatePaths.

Errors

Error type Description
DomainError Closed path on input in ConcatenatePaths.

See Also