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

Implementation of the CPP-API class #Importer. More...

Namespaces

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

Macros

#define ASSIMP_CATCH_GLOBAL_EXCEPTIONS
 

Functions

bool _ValidateFlags (unsigned int pFlags)
 
void AddNodeWeight (unsigned int &iScene, const aiNode *pcNode)
 
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...
 
void Assimp::GetPostProcessingStepInstanceList (std::vector< BaseProcess * > &out)
 
void WriteLogOpening (const std::string &file)
 

Detailed Description

Implementation of the CPP-API class #Importer.

Macro Definition Documentation

◆ ASSIMP_CATCH_GLOBAL_EXCEPTIONS

#define ASSIMP_CATCH_GLOBAL_EXCEPTIONS

Function Documentation

◆ _ValidateFlags()

bool _ValidateFlags ( unsigned int  pFlags)

◆ AddNodeWeight()

void AddNodeWeight ( unsigned int &  iScene,
const aiNode pcNode 
)
inline

◆ WriteLogOpening()

void WriteLogOpening ( const std::string &  file)