ImFusion SDK 4.3
SaveOptions Struct Reference

#include <ImFusion/IO/MetaImage.h>

Most properties of a MetaImage header can be deduced from a SharedImageSet, the ones in SaveOptions can not. More...

Detailed Description

Most properties of a MetaImage header can be deduced from a SharedImageSet, the ones in SaveOptions can not.

Public Attributes

bool multiFile
 Whether to use multi-file format. This option is set when saving multi-image SharedImageSets. For 3D data, if this is set, enabled splits along 3rd dimension.
 
bool keepScaleAndOffset
 If true, will save the image element data in the rescaled range used for display. Otherwise will save the image element data as originally loaded.
 
bool compress = false
 If true, will use zlib compression when saving the image element data.
 
std::string customRawFile = ""
 Use a custom raw file when using single-file .mhd format.
 

Member Data Documentation

◆ multiFile

bool multiFile
Initial value:
=
false

Whether to use multi-file format. This option is set when saving multi-image SharedImageSets. For 3D data, if this is set, enabled splits along 3rd dimension.

◆ keepScaleAndOffset

bool keepScaleAndOffset
Initial value:
=
false

If true, will save the image element data in the rescaled range used for display. Otherwise will save the image element data as originally loaded.


The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close