Assimp  v4.1. (December 2018)
ImporterRegistry.cpp File Reference

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 

Functions

void Assimp::DeleteImporterInstanceList (std::vector< BaseImporter * > &out)
 will delete all registered importers. More...
 
void Assimp::GetImporterInstanceList (std::vector< BaseImporter * > &out)
 will return all registered importers. More...
 

Detailed Description

Central registry for all importers available. Do not edit this file directly (unless you are adding new loaders), instead use the corresponding preprocessor flag to selectively disable formats.

Central registry for all postprocessing steps available. Do not edit this file directly (unless you are adding new steps), instead use the corresponding preprocessor flag to selectively disable steps.