Back to FabImage Library website

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

ProfileIndices


Header:FIL.h
Namespace:fil

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
inProfile const Profile& Input profile
outIndices Array<int>&