|
Assimp
v4.1. (December 2018)
|
Public Member Functions | |
| ExporterPimpl () | |
| ~ExporterPimpl () | |
Public Attributes | |
| aiExportDataBlob * | blob |
| 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::IOSystem > | mIOSystem |
| bool | mIsDefaultIOHandler |
| bool | mIsDefaultProgressHandler |
| std::vector< BaseProcess * > | mPostProcessingSteps |
| Post processing steps we can apply at the imported data. More... | |
| ProgressHandler * | mProgressHandler |
| The progress handler. More... | |
|
inline |
|
inline |
| 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 |
| bool Assimp::ExporterPimpl::mIsDefaultProgressHandler |
| std::vector< BaseProcess* > Assimp::ExporterPimpl::mPostProcessingSteps |
Post processing steps we can apply at the imported data.
| ProgressHandler* Assimp::ExporterPimpl::mProgressHandler |
The progress handler.