Assimp  v2.0 (November 2010)
Public Attributes
aiFileIO Struct Reference

C-API: File system callbacks. More...

List of all members.

Public Attributes

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

Detailed Description

C-API: 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

Function used to close an existing file.

Function used to open a new file.

User-defined, opaque data.


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