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

◆ get_data_type()

std::type_index MayaFlux::IO::VolumeReader::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 208 of file VolumeReader.hpp.

209 {
210 return typeid(std::vector<uint8_t>);
211 }