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

Method GetIOHandler

code/Common/Exporter.cpp:305–308  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

303
304// ------------------------------------------------------------------------------------------------
305IOSystem* Exporter::GetIOHandler() const {
306 ai_assert(nullptr != pimpl);
307 return pimpl->mIOSystem.get();
308}
309
310// ------------------------------------------------------------------------------------------------
311bool Exporter::IsDefaultIOHandler() const {

Callers 1

SetupPropertiesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected