Back to FabImage Library website

You are here: Start » Function Reference » Path Basics » FisFilter_AccessPath

FisFilter_AccessPath


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

Header:FIL.h
Namespace:fis

Returns individual fields of a path.

Syntax

void fis::FisFilter_AccessPath
(
	const fil::Path& inPath,
	ftl::Array<fil::Point2D>& outPoints,
	bool& outClosed
)

Parameters

Name Type Default Description
inPath const Path& Input path
outPoints Array<Point2D>& Output points of the path
outClosed bool& Output whether the path is closed