Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Relations » TestProfileDominatesProfile
TestProfileDominatesProfile
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Checks whether values in the first profile are greater or equal than corresponding values in the second profile.
Syntax
C++
C#
void avl::TestProfileDominatesProfile ( const avl::Profile& inProfile1, const avl::Profile& inProfile2, bool& outDominates )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inProfile1 | const Profile& | Input profile1 | |
![]() |
inProfile2 | const Profile& | Input profile2 | |
![]() |
outDominates | bool& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles have different lengths in TestProfileDominatesProfile. |
| DomainError | Input profiles have different X coordinates in TestProfileDominatesProfile. |


