Assimp  v2.0 (November 2010)
Public Member Functions | Public Attributes | List of all members
Assimp::Exporter::ExportFormatEntry Struct Reference

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

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: