Back to FabImage Library website
You are here: Start » Function Reference » Profile Combinators » AddProfiles_OfArray
AddProfiles_OfArray
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Adds profiles of an array value by value.
Syntax
C++
C#
void fil::AddProfiles_OfArray ( const ftl::Array<fil::Profile>& inProfileArray, fil::Profile& outProfile )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfileArray | const Array<Profile>& | ||
![]() |
outProfile | Profile& | Output profile |
Description
Array version of AddProfiles.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in AddProfiles. |
| DomainError | Input profiles have different X coordinates in AddProfiles. |
See Also
- AddProfiles – Adds two profiles value by value.


