MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ close()

void MayaFlux::IO::ModelReader::close ( )
overridevirtual

Close the currently open file.

Implements MayaFlux::IO::FileReader.

Definition at line 289 of file ModelReader.cpp.

290{
291 if (m_impl->scene) {
292 m_impl->importer.FreeScene();
293 m_impl->scene = nullptr;
294 }
295 m_is_open = false;
296}
std::unique_ptr< Impl > m_impl

References m_impl, and m_is_open.

Referenced by load(), open(), and ~ModelReader().

+ Here is the caller graph for this function: