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

◆ close()

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

Close the currently open file.

Implements MayaFlux::IO::FileReader.

Definition at line 72 of file ImageReader.cpp.

73{
74 if (m_is_open) {
75 m_image_data.reset();
76 m_filepath.clear();
77 m_is_open = false;
78 }
79}
std::optional< ImageData > m_image_data

References m_filepath, m_image_data, and m_is_open.

Referenced by open(), and ~ImageReader().

+ Here is the caller graph for this function: