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

Method SetIOHandler

code/Common/Exporter.cpp:298–302  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

296
297// ------------------------------------------------------------------------------------------------
298void Exporter::SetIOHandler( IOSystem* pIOHandler) {
299 ai_assert(nullptr != pimpl);
300 pimpl->mIsDefaultIOHandler = !pIOHandler;
301 pimpl->mIOSystem.reset(pIOHandler);
302}
303
304// ------------------------------------------------------------------------------------------------
305IOSystem* Exporter::GetIOHandler() const {

Callers 6

TEST_FFunction · 0.45
BatchDataMethod · 0.45
~BatchDataMethod · 0.45
aiExportSceneExFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected