Back to Aurora Vision Library Lite website

You are here: Start » Path » Path IO » LoadPath

LoadPath


Header: AVL.h
Namespace: avl

Loads serialized Path object from AVDATA file.

Syntax

void avl::LoadPath
(
	const atl::File& inFilename,
	avl::Path& outPath
)

Parameters

Name Type Default Description
Input value inFilename const File& Name of the source file
Output value outPath Path& Deserialized output Path