Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Combinators » AddProfiles_OfArray
AddProfiles_OfArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Adds profiles of an array value by value.
Syntax
C++
C#
void avl::AddProfiles_OfArray ( const atl::Array<avl::Profile>& inProfileArray, avl::Profile& outProfile )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfileArray | const Array<Profile>& | ||
![]() |
outProfile | Profile& | Output profile |
Description
Array version of AddProfiles.
See Also
- AddProfiles – Adds two profiles value by value.


