Skip to content

Struct cuvis::TiffArgs

ClassList > cuvis > TiffArgs

Additional settings for exporting tiff.

  • #include <cuvis.hpp>

Inherits the following classes: cuvis::GeneralExportArgs

Public Attributes

Type Name
tiff_compression_mode_t compression_mode
tiff_format_t format

Public Attributes inherited from cuvis::GeneralExportArgs

See cuvis::GeneralExportArgs

Type Name
bool add_fullscale_pan
Add a full-resolution pan image to the export (default: false)
std::filesystem::path export_dir
struct PanSharpeningArgs pansharpening_settings
Settings to define Pansharpening and channel selection.
bool permissive
Set Exporter to permisive mode (default: false)

Public Functions

Type Name
TiffArgs ()
operator cuvis_export_tiff_settings_t () const

Public Functions inherited from cuvis::GeneralExportArgs

See cuvis::GeneralExportArgs

Type Name
GeneralExportArgs ()
operator cuvis_export_general_settings_t () const

Public Attributes Documentation

variable compression_mode

tiff_compression_mode_t cuvis::TiffArgs::compression_mode;

variable format

tiff_format_t cuvis::TiffArgs::format;

Public Functions Documentation

function TiffArgs

cuvis::TiffArgs::TiffArgs () 

Constructor to create default parameters


function operator cuvis_export_tiff_settings_t

cuvis::TiffArgs::operator cuvis_export_tiff_settings_t () const

convert to C - SDK settings structure



The documentation for this class was generated from the following file cuvis.cpp/interface/cuvis.hpp