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

◆ close()

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

Close the currently open file.

Implements MayaFlux::IO::FileReader.

Definition at line 359 of file VolumeReader.cpp.

360{
361 if (m_is_open) {
362 m_archive = std::make_unique<Detail::VDBArchive>();
363 m_filepath.clear();
364 m_is_open = false;
365 }
366}
std::unique_ptr< Detail::VDBArchive > m_archive

References m_archive, m_filepath, and m_is_open.

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

+ Here is the caller graph for this function: