Assimp  v5.0.1. (December 2020)
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() More...
 
unsigned int mEnforcePP
 
fpExportFunc mExportFunction
 

Detailed Description

Internal description of an Assimp export format option.

Constructor & Destructor Documentation

◆ ExportFormatEntry() [1/2]

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

◆ ExportFormatEntry() [2/2]

Assimp::Exporter::ExportFormatEntry::ExportFormatEntry ( )
inline

Member Data Documentation

◆ mDescription

aiExportFormatDesc Assimp::Exporter::ExportFormatEntry::mDescription

Public description structure to be returned by aiGetExportFormatDescription()

◆ mEnforcePP

unsigned int Assimp::Exporter::ExportFormatEntry::mEnforcePP

◆ mExportFunction

fpExportFunc Assimp::Exporter::ExportFormatEntry::mExportFunction

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