Back to FabImage Library website

You are here: Start » Function Reference » Path » Path Classification » SelectClosedPaths

SelectClosedPaths


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Selects paths which are closed.

Syntax

C++
C#
 
void fil::SelectClosedPaths
(
	const ftl::Array<fil::Path>& inPaths,
	ftl::Array<fil::Path>& outClosedPaths
)

Parameters

Name Type Default Description
Input value
inPaths const Array<Path>& Input paths
Output value
outClosedPaths Array<Path>& Paths classified as closed