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

◆ can_write()

bool MayaFlux::IO::VDBWriter::can_write ( const std::string &  filepath) const
overridevirtual

Check whether this writer handles the given filepath.

Implements MayaFlux::IO::VolumeWriter.

Definition at line 192 of file VDBWriter.cpp.

193{
194 return extension_of(filepath) == "vdb";
195}