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

◆ get_container_type()

std::type_index MayaFlux::IO::ImageReader::get_container_type ( ) const
overridevirtual

Get the container type this reader creates.

Returns
Type info for the container type.

Implements MayaFlux::IO::FileReader.

Definition at line 192 of file ImageReader.cpp.

193{
194 return typeid(void); // No container for images
195}