Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Path Basics » AvsFilter_AccessPath

AvsFilter_AccessPath


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

Header: AVL.h
Namespace: avs
Module: FoundationLite

Returns individual fields of a path.

Syntax

void avs::AvsFilter_AccessPath
(
	const avl::Path& inPath,
	atl::Array<avl::Point2D>& outPoints,
	bool& outClosed
)

Parameters

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