Back to Aurora Vision Library website

You are here: Start » Function Reference » Profile » Profile Basics » ProfileIndices

ProfileIndices


Header: AVL.h
Namespace: avl
Module: FoundationPro

Returns an array of all indices of the input profile (0, 1, 2, ...).

Syntax

C++
C#
 
void avl::ProfileIndices
(
	const avl::Profile& inProfile,
	atl::Array<int>& outIndices
)

Parameters

Name Type Default Description
Input value inProfile const Profile& Input profile
Output value outIndices Array<int>&