Back to Aurora Vision Library website

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

AvsFilter_MakePath


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

Creates a path structure.

Syntax

void avs::AvsFilter_MakePath
(
	const atl::Array<avl::Point2D>& inPoints,
	bool inClosed,
	avl::Path& outPath
)

Parameters

Name Type Default Description
Input value inPoints const Array<Point2D>& Input points of the path
Input value inClosed bool Input whether the path is closed
Output value outPath Path& Output path