Assimp  v4.1. (December 2018)
Assimp::ExporterPimpl Class Reference

Public Member Functions

 ExporterPimpl ()
 
 ~ExporterPimpl ()
 

Public Attributes

aiExportDataBlobblob
 
std::string mError
 Last fatal export error. More...
 
std::vector< Exporter::ExportFormatEntrymExporters
 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

◆ ExporterPimpl()

Assimp::ExporterPimpl::ExporterPimpl ( )
inline

◆ ~ExporterPimpl()

Assimp::ExporterPimpl::~ExporterPimpl ( )
inline

Member Data Documentation

◆ blob

aiExportDataBlob* Assimp::ExporterPimpl::blob

◆ mError

std::string Assimp::ExporterPimpl::mError

Last fatal export error.

◆ mExporters

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

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

◆ mIOSystem

std::shared_ptr< Assimp::IOSystem > Assimp::ExporterPimpl::mIOSystem

◆ mIsDefaultIOHandler

bool Assimp::ExporterPimpl::mIsDefaultIOHandler

◆ mPostProcessingSteps

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: