Assimp
v3.1.1 (June 2014)
|
Internal description of an Assimp export format option. More...
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 |
Internal description of an Assimp export format option.
Assimp::Exporter::ExportFormatEntry::ExportFormatEntry | ( | const char * | pId, |
const char * | pDesc, | ||
const char * | pExtension, | ||
fpExportFunc | pFunction, | ||
unsigned int | pEnforcePP = 0u |
||
) | [inline] |
Public description structure to be returned by aiGetExportFormatDescription()
unsigned int Assimp::Exporter::ExportFormatEntry::mEnforcePP |