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

Method GetProgressHandler

code/Common/Importer.cpp:352–356  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------ Get the currently set progress handler

Source from the content-addressed store, hash-verified

350// ------------------------------------------------------------------------------------------------
351// Get the currently set progress handler
352ProgressHandler* Importer::GetProgressHandler() const {
353 ai_assert(nullptr != pimpl);
354
355 return pimpl->mProgressHandler;
356}
357
358// ------------------------------------------------------------------------------------------------
359// Check whether a custom progress handler is currently set

Callers 2

ReadFileMethod · 0.80
ExecuteOnSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected