Back to Adaptive Vision Library website

You are here: Start » Function Reference » Serialization » LoadObject

LoadObject


Header: STD.h
Namespace: avs
Module: FoundationLite

Loads an AVL object from a file.

Syntax

void avs::LoadObject
(
	const atl::String& inFile,
	avl::StreamMode::Type inStreamMode,
	const atl::String& inTypeName,
	T& outObject
)

Parameters

Name Type Default Description
Input value
inFile const String& Source file path.
Input value
inStreamMode StreamMode::Type
Input value
inTypeName const String& Type of object to load.
Output value
outObject T& Object to save.