![]() |
ImFusion SDK 4.3
|
#include <ImFusion/IO/MetaImage.h>
Most properties of a MetaImage header can be deduced from a SharedImageSet, the ones in SaveOptions can not. More...
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. | |
| 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.