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

◆ get_container_type()

std::type_index MayaFlux::IO::ModelReader::get_container_type ( ) const
inlineoverridevirtual

Get the container type this reader creates.

Returns
Type info for the container type.

Implements MayaFlux::IO::FileReader.

Definition at line 166 of file ModelReader.hpp.

167 {
168 return typeid(void);
169 }