Back to FabImage Library website

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

ProfileIndices


Header: FIL.h
Namespace: fil
Module: FoundationPro

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

Syntax

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

Parameters

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