Back to FabImage Library website

You are here: Start » Function Reference » Profile » Profile Point Transforms » AbsoluteProfile

AbsoluteProfile


Header: FIL.h
Namespace: fil
Module: FoundationPro

Transforms each profile value to its absolute value.

Syntax

C++
C#
 
void fil::AbsoluteProfile
(
	fil::Profile& ioProfile,
	ftl::Optional<const fil::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 AbsoluteProfile.