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

◆ get_supported_extensions()

std::vector< std::string > MayaFlux::IO::VDBWriter::get_supported_extensions ( ) const
overridevirtual

File extensions handled by this writer (without dot).

Implements MayaFlux::IO::VolumeWriter.

Definition at line 197 of file VDBWriter.cpp.

198{
199 return { "vdb" };
200}