Back to FabImage Library website
You are here: Start » Function Reference » Profile » Profile Basics » ProfileCoordinates

ProfileCoordinates
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Returns an array of all X and Y coordinates of the input profile.
Syntax
C++
C#
void fil::ProfileCoordinates ( const fil::Profile& inProfile, ftl::Optional<const fil::Range&> inRange, ftl::Array<float>& outXCoordinates, ftl::Array<float>& outYCoordinates )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inProfile | const Profile& | Input profile | |
![]() |
inRange | Optional<const Range&> | NIL | |
![]() |
outXCoordinates | Array<float>& | ||
![]() |
outYCoordinates | Array<float>& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Range exceeds the input profile in ProfileCoordinates. |