Back to Adaptive Vision Library website
You are here: Start » Function Reference » Profile Basics » GetProfileElement
GetProfileElement
Gets a single value from a profile, located at the specified index.
Syntax
C++
C#
void avl::GetProfileElement ( const avl::Profile& inProfile, const int inIndex, const bool inInverse, atl::real& outValue )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | ||
![]() |
inIndex | const int | 0 - ![]() |
||
![]() |
inInverse | const bool | Reversed order of elements | ||
![]() |
outValue | real& |
Errors
| Error type | Description |
|---|---|
| DomainError | inIndex is out of profile range in GetProfileElement. |



