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

◆ get_supported_extensions()

std::vector< std::string > MayaFlux::IO::VolumeReader::get_supported_extensions ( ) const
inlineoverridevirtual

Get supported file extensions for this reader.

Returns
Vector of supported extensions (without dots).

Implements MayaFlux::IO::FileReader.

Definition at line 206 of file VolumeReader.hpp.

206{ return { ".vdb" }; }