Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Profile Basics » AvsFilter_AccessProfile

AvsFilter_AccessProfile


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs
Module: FoundationPro

Returns individual fields of a profile.

Syntax

void avs::AvsFilter_AccessProfile
(
	const avl::Profile& inProfile,
	float& outXOffset,
	float& outXScale,
	atl::Array<float>& outValues
)

Parameters

Name Type Default Description
Input value inProfile const Profile& Input profile
Output value outXOffset float&
Output value outXScale float&
Output value outValues Array<float>& Output values of the profile