From e22d4022122bc5d75cc0b3e1089d1c692236c226 Mon Sep 17 00:00:00 2001 From: Philip Manke Date: Tue, 18 Jun 2024 17:29:53 +0200 Subject: [PATCH] Add full_export setting --- interface/cuvis.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interface/cuvis.hpp b/interface/cuvis.hpp index 593dece..5bb0323 100644 --- a/interface/cuvis.hpp +++ b/interface/cuvis.hpp @@ -396,6 +396,13 @@ namespace cuvis * @copydoc cuvis_save_args_t.max_buftime * */ std::chrono::milliseconds max_buftime; + + + /** The frame is saved including all results from processing, e.g. the cube. + * + * @copydoc cuvis_save_args_t.full_export + * */ + bool full_export; }; /** @brief Additional settings for exporting tiff.*/ struct TiffArgs : public GeneralExportArgs