Back to FabImage Library website
You are here: Start » Function Reference » Path Combinators » ConcatenatePaths_OfLoop
Header: | FIL.h |
---|---|
Namespace: | fil |
Joins open paths appearing in consecutive iterations.
Syntax
C++
C#
void fil::ConcatenatePaths_OfLoop ( ConcatenatePaths_OfLoopState& ioState, const fil::Path& inPath, fil::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
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Closed path on input in ConcatenatePaths. |
See Also
- ConcatenatePaths – Joins two open paths.