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

File system callbacks. More...

Public Attributes

aiFileCloseProc CloseProc
 Function used to close an existing file. More...
 
aiFileOpenProc OpenProc
 Function used to open a new file. More...
 
aiUserData UserData
 User-defined, opaque data. More...
 

Detailed Description

File system callbacks.

Provided are functions to open and close files. Supply a custom structure to the import function. If you don't, a default implementation is used. Use custom file systems to enable reading from other sources, such as ZIPs or memory locations.

Member Data Documentation

◆ CloseProc

aiFileCloseProc assimp::fileIO::aiFileIO::CloseProc

Function used to close an existing file.

◆ OpenProc

aiFileOpenProc assimp::fileIO::aiFileIO::OpenProc

Function used to open a new file.

◆ UserData

aiUserData assimp::fileIO::aiFileIO::UserData

User-defined, opaque data.


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