Assimp  v3.1.1 (June 2014)
assimp::loader::Assimp Struct Reference

Loader class for dynamically loading the Assimp library. More...

Static Public Member Functions

static void load ()
 Loads the library if it is not already loaded and increases the reference counter. More...
 
static void unload ()
 Decreases the reference counter and unloads the library if this was the last reference. More...
 

Detailed Description

Loader class for dynamically loading the Assimp library.

The library is »reference-counted«, meaning that the library is not unloaded on a call to unload() if there are still other references to it.

Member Function Documentation

◆ load()

static void assimp::loader::Assimp::load ( )
inlinestatic

Loads the library if it is not already loaded and increases the reference counter.

The library file (libassimp.so on POSIX systems, Assimp32.dll on Win32) is loaded via Tango's SharedLib class.

◆ unload()

static void assimp::loader::Assimp::unload ( )
inlinestatic

Decreases the reference counter and unloads the library if this was the last reference.


The documentation for this struct was generated from the following file: