Assimp  v3.0 (July 2012)
Public Member Functions | Public Attributes
Assimp::Exporter::ExportFormatEntry Struct Reference

Internal description of an Assimp export format option. More...

List of all members.

Public Member Functions

 ExportFormatEntry (const char *pId, const char *pDesc, const char *pExtension, fpExportFunc pFunction, unsigned int pEnforcePP=0u)
 ExportFormatEntry ()

Public Attributes

aiExportFormatDesc mDescription
 Public description structure to be returned by aiGetExportFormatDescription()
unsigned int mEnforcePP
fpExportFunc mExportFunction

Detailed Description

Internal description of an Assimp export format option.


Constructor & Destructor Documentation

Assimp::Exporter::ExportFormatEntry::ExportFormatEntry ( const char *  pId,
const char *  pDesc,
const char *  pExtension,
fpExportFunc  pFunction,
unsigned int  pEnforcePP = 0u 
)
inline
Assimp::Exporter::ExportFormatEntry::ExportFormatEntry ( )
inline

Member Data Documentation

aiExportFormatDesc Assimp::Exporter::ExportFormatEntry::mDescription

Public description structure to be returned by aiGetExportFormatDescription()

unsigned int Assimp::Exporter::ExportFormatEntry::mEnforcePP
fpExportFunc Assimp::Exporter::ExportFormatEntry::mExportFunction

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