MCPcopy Create free account
hub / github.com/assimp/assimp / IsExtensionSupported

Method IsExtensionSupported

code/Common/Importer.cpp:964–966  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Helper function to check whether an extension is supported by ASSIMP

Source from the content-addressed store, hash-verified

962// ------------------------------------------------------------------------------------------------
963// Helper function to check whether an extension is supported by ASSIMP
964bool Importer::IsExtensionSupported(const char* szExtension) const {
965 return nullptr != GetImporter(szExtension);
966}
967
968// ------------------------------------------------------------------------------------------------
969size_t Importer::GetImporterCount() const {

Callers 3

mainFunction · 0.45
TEST_FFunction · 0.45
aiIsExtensionSupportedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected