Back to Aurora Vision Library website

You are here: Start » Function Reference » System » Configuration » InitLibrary

InitLibrary


Header: AVL.h
Namespace: avl
Module: FoundationLite

Initializes library internals. Should be called before any other function from AVL.

Applications: If you do not call this first, initialization will be done in the first iteration, possibly affecting system's performance.

Syntax

C++
C#
 
void avl::InitLibrary()