Back to FabImage Library website

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

ConcatenatePaths


Header:FIL.h
Namespace:fil

Joins two open paths.

Syntax

C++
C#
 
void fil::ConcatenatePaths
(
	const fil::Path& inPath1,
	const fil::Path& inPath2,
	fil::Path& outPath
)

Parameters

Name Type Default Description
inPath1 const Path& Input path
inPath2 const Path& Input path
outPath Path& Output path

Description

The operations joins two open paths adding a segment connecting the end of the inPath1 to the begin of inPath2.

Examples

ConcatenatePaths run on the sample paths.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in ConcatenatePaths.