Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path IO » SavePath

SavePath


Header:AVL.h
Namespace:avl

Saves serialized Path object as avdata file.

Syntax

C++
C#
 
void avl::SavePath
(
	const avl::Path& inPath,
	const atl::File& inFilename
)

Parameters

Name Type Default Description
inPath const Path& Path to be serialized
inFilename const File& Name of the target file