Assimp  v3.1.1 (June 2014)
Assimp::ExporterPimpl Class Reference

Public Member Functions

 ExporterPimpl ()
 
 ~ExporterPimpl ()
 

Public Attributes

aiExportDataBlobblob
 
std::string mError
 Last fatal export error. More...
 
std::vector
< Exporter::ExportFormatEntry
mExporters
 Exporters, this includes those registered using Assimp::Exporter::RegisterExporter. More...
 
std::shared_ptr< Assimp::IOSystemmIOSystem
 
bool mIsDefaultIOHandler
 
std::vector< BaseProcess * > mPostProcessingSteps
 Post processing steps we can apply at the imported data. More...
 

Constructor & Destructor Documentation

Assimp::ExporterPimpl::ExporterPimpl ( )
inline
Assimp::ExporterPimpl::~ExporterPimpl ( )
inline

Member Data Documentation

aiExportDataBlob* Assimp::ExporterPimpl::blob
std::string Assimp::ExporterPimpl::mError

Last fatal export error.

std::vector<Exporter::ExportFormatEntry> Assimp::ExporterPimpl::mExporters

Exporters, this includes those registered using Assimp::Exporter::RegisterExporter.

std::shared_ptr< Assimp::IOSystem > Assimp::ExporterPimpl::mIOSystem
bool Assimp::ExporterPimpl::mIsDefaultIOHandler
std::vector< BaseProcess* > Assimp::ExporterPimpl::mPostProcessingSteps

Post processing steps we can apply at the imported data.


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