Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Point Transforms » NegateProfile
NegateProfile
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Transforms each profile value to its negation.
Syntax
C++
C#
void avl::NegateProfile ( avl::Profile& ioProfile, atl::Optional<const avl::Range&> inRange )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Range exceeds the input profile in NegateProfile. |


