43 [[nodiscard]]
bool can_write(
const std::string& filepath)
const override;
46 const std::string& filepath,
50 [[nodiscard]] std::vector<std::string> get_supported_extensions()
const override;
51 [[nodiscard]] std::string
get_last_error()
const override {
return m_last_error; }
59 static void register_with_registry();
~VDBWriter() override=default
std::string get_last_error() const override
Last error message or empty string.
VolumeWriter implementation backed by tinyvdb.
Abstract base for volumetric format writers.
Configuration for volume writing.
A lattice and every field sampled over it, held in host memory.