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

Name Type Default Description
Input will be modified ioProfile Profile&
Input value inRange Optional<const Range&> NIL

Errors

List of possible exceptions:

Error type Description
DomainError Range exceeds the input profile in NegateProfile.