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

◆ get_data_type()

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

Get the data type this reader produces.

Returns
Type info for the data variant content.

Implements MayaFlux::IO::FileReader.

Definition at line 161 of file ModelReader.hpp.

162 {
163 return typeid(std::vector<uint8_t>);
164 }