Back to Adaptive Vision Library website

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

LoadPath


Header:AVL.h
Namespace:avl

Loads serialized Path object from avdata file.

Syntax

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

Parameters

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