Assimp
v3.1.1 (June 2014)
|
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 |
std::vector< BaseProcess * > | mPostProcessingSteps |
Post processing steps we can apply at the imported data. 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 |
std::vector< BaseProcess* > Assimp::ExporterPimpl::mPostProcessingSteps |
Post processing steps we can apply at the imported data.