Back to Aurora Vision Library Lite website

You are here: Start » Path » 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
Input value inPath const Path& Path to be serialized
Input value inFilename const File& Name of the target file