Inviwo 0.9.12-pre
Inviwo documentation
|
A base class for a Processor that might export a file. For example a CanvasProcessor. More...
#include <exporter.h>
Public Member Functions | |
virtual std::optional< std::filesystem::path > | exportFile (const std::filesystem::path &path, std::string_view name, const std::vector< FileExtension > &candidateExtensions, Overwrite overwrite) const =0 |
A base class for a Processor that might export a file. For example a CanvasProcessor.
|
pure virtual |
Export some content to path/name.ext
where ext is the first ext on candidateExtensions that is supported.
Implemented in inviwo::CanvasProcessor, inviwo::CanvasWithPropertiesProcessor, and inviwo::DataFrameTable.