Back to Adaptive Vision Library Lite website

You are here: Start » Path IO » SavePath

SavePath


Header:AVL.h
Namespace:avl

Saves serialized Path object as avdata file.

Syntax

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